X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fpreferences-skeleton.h;h=4e5291bafd74a34f6b642ba9af96634738bd4243;hb=956201433a0930498105e2cd7d669bf3a484780c;hp=d1d6bd5291ca235f65582a090b7b81002041fe9a;hpb=8d70e3fc0f9449d17564e8ecff305f4a286b26f9;p=inkscape.git diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index d1d6bd529..4e5291baf 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" @@ -27,6 +38,17 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" "\n" " \n" " \n" @@ -48,16 +70,17 @@ 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" @@ -65,22 +88,40 @@ 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" +" show_sample_in_list=\"1\"\n" +" style=\"fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px;\" selcue=\"1\"/>\n" +" \n" +" \n" +" \n" " \n" " \n" " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " \n" @@ -124,31 +165,35 @@ 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" " \n" +" \n" " \n" " \n" " \n" @@ -161,11 +206,21 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " \n" " \n" +" \n" +" \n" " \n" " \n" " \n" @@ -173,23 +228,59 @@ 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" +" \n" +" \n" +" \n" +" \n" +" \n" // GDL_SWITCHER_STYLE_BOTH " \n" #ifdef WIN32 // FIXME: Temporary Win32 special code to enable transient dialogs " \n" @@ -200,7 +291,6 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" -" \n" " \n" " \n" " \n" @@ -208,18 +298,54 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" +" \n" " \n" " \n" +" \n" +" \n" +" \n" " \n" // 0x0000ffff -" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" " \n" "\n" " " +// NOTE: This gets filled in by the extensions themselves based on +// the properties that they provide in their INX files. " \n" "\n" " \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" " \n" "\n" " \n" @@ -239,6 +377,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" " \n" +" \n" +" \n" +" \n" +" \n" "\n" "\n";