diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-03-13 10:46:40 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-03-13 10:46:40 +0000 |
| commit | e1b67bb9b79034edc3b09348ff8653211a147ede (patch) | |
| tree | f3450e78dad5801148a24a4057b651da83fbaceb /src/preferences.cpp | |
| parent | Basque translation update (diff) | |
| download | inkscape-e1b67bb9b79034edc3b09348ff8653211a147ede.tar.gz inkscape-e1b67bb9b79034edc3b09348ff8653211a147ede.zip | |
Move Calligraphy preset names to more appropriate place.
Diffstat (limited to 'src/preferences.cpp')
| -rw-r--r-- | src/preferences.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/preferences.cpp b/src/preferences.cpp index 326647aad..053ff317b 100644 --- a/src/preferences.cpp +++ b/src/preferences.cpp @@ -127,18 +127,6 @@ void Preferences::_loadDefaults() setInt("/options/defaultwindowsize/value", -1); #endif - // Raw string literal cannot contain translatable strings. Fortunately, we only translate - // caligraphy presets. - // Note: actual translation is done in CalligraphyToolbar::build_presets_list(), we just - // mark the strings as translatable here (see GitLab issue 128): - Glib::ustring dummy_array[] = { - _("Dip pen"), - _("Marker"), - _("Brush"), - _("Wiggly"), - _("Splotchy"), - _("Tracing") - }; } /** |
