X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpreferences-skeleton.h;h=73e7bd2ac72b95abfcf0d32193a66272b2dbb5ac;hb=91c307b04acb17109e2811ed9f525217e03cea02;hp=0b860174891b64fe64e464387082cf2116cb04c1;hpb=6c3e745a94ef6b25a4ef9f018d350a7535aa45af;p=inkscape.git diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 0b8601748..73e7bd2ac 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -1,15 +1,25 @@ #ifndef SEEN_PREFERENCES_SKELETON_H #define SEEN_PREFERENCES_SKELETON_H -#include +#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, + * and special handling has to be added to the preferences class to update + * obsolete versions the user might have. */ static char const preferences_skeleton[] = -"\n" " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -20,6 +30,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -30,6 +41,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -76,32 +88,34 @@ 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" " \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" @@ -167,16 +181,19 @@ 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" @@ -215,6 +232,7 @@ static char const preferences_skeleton[] = " " " " " " +" " " " " " " \n" @@ -248,7 +266,9 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" -" \n" +" \n" +" \n" +" \n" " \n" " \n" " \n" @@ -278,7 +298,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " \n" @@ -318,6 +338,10 @@ static char const preferences_skeleton[] = " empcolor=\"65344\"\n" // 0x0000FF40 " empspacing=\"5\"/>\n" " \n" +" \n" +" \n" " \n" "\n" " " @@ -422,6 +446,8 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" "\n" "\n";