summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-11-09 12:01:12 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-11-09 12:01:12 +0000
commit2a57459e1a0d01debbafe0884eae15fb15ea3745 (patch)
tree0d8101590e06bb6d09d58e71d8cfa7da20021cb9 /src/inkscape.cpp
parentMove icon-loader and provide a temporary fallback to render pixbuf (diff)
downloadinkscape-2a57459e1a0d01debbafe0884eae15fb15ea3745.tar.gz
inkscape-2a57459e1a0d01debbafe0884eae15fb15ea3745.zip
Fix codding style
Diffstat (limited to 'src/inkscape.cpp')
-rw-r--r--src/inkscape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index a0dfa0a61..f68331f18 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -529,7 +529,7 @@ Application::Application(const char* argv, bool use_gui) :
g_object_set(settings, "gtk-application-prefer-dark-theme",
prefs->getBool("/theme/darkTheme", gtkApplicationPreferDarkTheme), NULL);
}
-
+
load_menus();
Inkscape::DeviceManager::getManager().loadConfig();
}