From 8c4fb5cc39a0d68f57ed9a24c4ebbd956eb3a3aa Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Mon, 12 Nov 2018 11:24:06 -0500 Subject: Rename add_style_sheet to reduce confusion with SVG/CSS --- src/inkscape.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/inkscape.cpp') diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 569e957d3..d01b53e57 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -372,7 +372,7 @@ void Application::argv0(char const* argv) * \brief Add our CSS style sheets */ void -Application::add_style_sheet() +Application::add_gtk_css() { using namespace Inkscape::IO::Resource; // Add style sheet (GTK3) @@ -502,7 +502,7 @@ Application::Application(const char* argv, bool use_gui) : auto icon_theme = Gtk::IconTheme::get_default(); icon_theme->prepend_search_path(get_path_ustring(SYSTEM, ICONS)); icon_theme->prepend_search_path(get_path_ustring(USER, ICONS)); - add_style_sheet(); + add_gtk_css(); /* Load the preferences and menus */ GtkSettings *settings = gtk_settings_get_default(); if (settings) { -- cgit v1.2.3