diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-08-10 21:42:30 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-08-10 21:42:30 +0000 |
| commit | 98fb715a90145993422739e71e754c816d34b21b (patch) | |
| tree | 1c4ef44335953ce387368db440fc1ae1dc4f1a59 /src/ui/dialog/inkscape-preferences.cpp | |
| parent | Add symbolic icons to paint order (diff) | |
| download | inkscape-98fb715a90145993422739e71e754c816d34b21b.tar.gz inkscape-98fb715a90145993422739e71e754c816d34b21b.zip | |
Add a label to apply theme sugested by Christoffer Holmstedt on mailing list
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index ad5b2186f..f738db984 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -884,7 +884,7 @@ void InkscapePreferences::initPageUI() } _apply_theme.set_label(_("Reload icons")); _apply_theme.set_tooltip_text(_("Apply icon changes (may take a few seconds)")); - _page_theme.add_line(false, "", _apply_theme, "", "", false); + _page_theme.add_line(false, "", _apply_theme, "<span size=\"small\">Reloading icons will cloase all windows and open them again. No data will be lost.</span>", "", false); _apply_theme.signal_clicked().connect(sigc::ptr_fun(sp_ui_reload)); this->AddPage(_page_theme, _("Theme"), iter_ui, PREFS_PAGE_UI_THEME); symbolicThemeCheck(); |
