Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / preferences-skeleton.h
index d7b93f13f743f0987a60b44e7acaba4c4fb74390..40e1c892a6f553741eb4b62d861fad6a29c3b189 100644 (file)
@@ -392,8 +392,9 @@ static char const preferences_skeleton[] =
 "\n"
 "  <group\n"
 "     id=\"iconpreview\"\n"
+"     autoRefresh=\"1\"\n"
 "     pack=\"1\"\n"
-"     selectionHold=\"0\"\n"
+"     selectionHold=\"1\"\n"
 "     showFrames=\"1\"\n"
 "     selectionOnly=\"0\">\n"
 "    <group\n"
@@ -477,4 +478,4 @@ static char const preferences_skeleton[] =
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :