From 0c63ba89a507f817dcd7b54cf60af8951e14e2c9 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 22 Sep 2018 13:17:10 +0200 Subject: Allow ask for SVG dragged import method. Also split ask question from one to 2 (Bitmap and SVG) --- src/ui/dialog/inkscape-preferences.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ui/dialog/inkscape-preferences.cpp') diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index a1aae3cde..02dcb4187 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1731,9 +1731,12 @@ void InkscapePreferences::initPageBitmaps() _("Resolution used by the Create Bitmap Copy command"), false); _page_bitmaps.add_group_header( _("Import")); - _bitmap_ask.init(_("Ask about linking and scaling when importing"), "/dialogs/import/ask", true); + _bitmap_ask.init(_("Ask about linking and scaling when importing bitmap images"), "/dialogs/import/ask", true); _page_bitmaps.add_line( true, "", _bitmap_ask, "", _("Pop-up linking and scaling dialog when importing bitmap image.")); + _svg_ask.init(_("Ask about linking and scaling when importing SVG images"), "/dialogs/import/ask_svg", true); + _page_bitmaps.add_line( true, "", _svg_ask, "", + _("Pop-up linking and scaling dialog when importing SVG image.")); { Glib::ustring labels[] = {_("Embed"), _("Link")}; -- cgit v1.2.3