summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2018-11-12 16:24:06 +0000
committerMartin Owens <doctormo@gmail.com>2018-11-12 16:24:06 +0000
commit8c4fb5cc39a0d68f57ed9a24c4ebbd956eb3a3aa (patch)
treee1801ba1291b3a47c5f73de62b2f44ad291b9fc4 /src/inkscape.cpp
parentFix encoding of "title" label in win32 native file dialog (diff)
downloadinkscape-8c4fb5cc39a0d68f57ed9a24c4ebbd956eb3a3aa.tar.gz
inkscape-8c4fb5cc39a0d68f57ed9a24c4ebbd956eb3a3aa.zip
Rename add_style_sheet to reduce confusion with SVG/CSS
Diffstat (limited to 'src/inkscape.cpp')
-rw-r--r--src/inkscape.cpp4
1 files changed, 2 insertions, 2 deletions
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) {