From e1b67bb9b79034edc3b09348ff8653211a147ede Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Wed, 13 Mar 2019 11:46:40 +0100 Subject: Move Calligraphy preset names to more appropriate place. --- src/preferences.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/preferences.cpp') 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") - }; } /** -- cgit v1.2.3