X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fpreferences-skeleton.h;h=40e1c892a6f553741eb4b62d861fad6a29c3b189;hb=ca1024543d297bf104957db12fd8bd301c6f1d9a;hp=16e1472204e351180ccc2d96a43411192499bb9d;hpb=bb6b9d6ac1aba68b1f6480c1dbd0c078074900c1;p=inkscape.git diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 16e147220..40e1c892a 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -3,8 +3,13 @@ #include +#ifdef N_ +#undef N_ +#endif +#define N_(x) x + /* The root's "version" attribute describes the preferences file format version. - * It should only increase when a backwards-incompatible change is made, + * It should only increase when a backwards-incompatible change is made, * and special handling has to be added to the preferences class to update * obsolete versions the user might have. */ static char const preferences_skeleton[] = @@ -12,6 +17,7 @@ static char const preferences_skeleton[] = " xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n" " xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">\n" " \n" +" \n" " \n" " \n" " \n" @@ -23,6 +29,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -34,6 +41,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -87,16 +95,16 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" " \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" " \n" " \n" -" \n" +" show_sample_in_list=\"1\"\n" +" style=\"fill:black;fill-opacity:1;stroke:none;font-family:Sans;font-style:normal;font-weight:normal;font-size:40px;\" selcue=\"1\"/>\n" +" \n" " \n" +" \n" " \n" " \n" " \n" @@ -179,12 +189,14 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " \n" -" \n" +" \n" +" \n" " \n" +" \n" " \n" " \n" " \n" @@ -223,6 +235,7 @@ static char const preferences_skeleton[] = " " " " " " +" " " " " " " \n" @@ -288,7 +301,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " \n" @@ -329,7 +342,10 @@ static char const preferences_skeleton[] = " empspacing=\"5\"/>\n" " \n" " \n" +" colorsontop=\"0\"\n" +" floatallowed=\"0\"\n" +" partialdynamic=\"0\"/>\n" +" \n" " \n" "\n" " " @@ -375,7 +391,12 @@ static char const preferences_skeleton[] = " \n" "\n" " \n" +" id=\"iconpreview\"\n" +" autoRefresh=\"1\"\n" +" pack=\"1\"\n" +" selectionHold=\"1\"\n" +" showFrames=\"1\"\n" +" selectionOnly=\"0\">\n" " \n" " \n" " \n" +" \n" @@ -453,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 :