diff options
| author | Martin Owens <doctormo@gmail.com> | 2018-11-12 16:24:06 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2018-11-12 16:24:06 +0000 |
| commit | 8c4fb5cc39a0d68f57ed9a24c4ebbd956eb3a3aa (patch) | |
| tree | e1801ba1291b3a47c5f73de62b2f44ad291b9fc4 /src/ui/interface.cpp | |
| parent | Fix encoding of "title" label in win32 native file dialog (diff) | |
| download | inkscape-8c4fb5cc39a0d68f57ed9a24c4ebbd956eb3a3aa.tar.gz inkscape-8c4fb5cc39a0d68f57ed9a24c4ebbd956eb3a3aa.zip | |
Rename add_style_sheet to reduce confusion with SVG/CSS
Diffstat (limited to 'src/ui/interface.cpp')
| -rw-r--r-- | src/ui/interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp index 4aed4843b..38af1a173 100644 --- a/src/ui/interface.cpp +++ b/src/ui/interface.cpp @@ -308,7 +308,7 @@ void sp_ui_reload() i++; } SP_ACTIVE_DESKTOP->_dlg_mgr->showDialog("InkscapePreferences"); - INKSCAPE.add_style_sheet(); + INKSCAPE.add_gtk_css(); prefs->setInt("/options/savewindowgeometry/value", window_geometry); } |
