summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-09-16 17:36:12 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-09-16 17:36:12 +0000
commit24b3b2183082d22415c8cb4d4fcf36726d3060c5 (patch)
tree71fcd56289c209c6adf1e665039cf4798dc460eb /src/ui/dialog
parentRealy fix crash pasting and speed improvements (diff)
downloadinkscape-24b3b2183082d22415c8cb4d4fcf36726d3060c5.tar.gz
inkscape-24b3b2183082d22415c8cb4d4fcf36726d3060c5.zip
Active SVG2 Flow Text by default
Diffstat (limited to 'src/ui/dialog')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 0b2ce78b1..52cec9538 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -478,7 +478,7 @@ void InkscapePreferences::initPageTools()
_page_text.add_line( false, "", _font_dialog, "", _("Show font substitution warning dialog when requested fonts are not available on the system"));
cb = Gtk::manage(new PrefCheckButton);
- cb->init ( _("Use SVG2 auto-flowed text"), "/tools/text/use_svg2", false);
+ cb->init ( _("Use SVG2 auto-flowed text"), "/tools/text/use_svg2", true);
_page_text.add_line( false, "", *cb, "", _("Use SVG2 auto-flowed text instead of SVG1.2 auto-flowed text. (Recommended)"));
}