X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fmenus-skeleton.h;h=924cc19894bac7133113a6c55cf81f65d4a68bdd;hb=8a2e76b7021b9b960d7c30801a1a14461d9b5939;hp=d41906a01a2bb103094c8b02807f4bff091961f1;hpb=ab55ee2a15e21d78bf1f54aa91b3db5ee4860032;p=inkscape.git diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index d41906a01..924cc1989 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -1,7 +1,7 @@ #ifndef SEEN_MENUS_SKELETON_H #define SEEN_MENUS_SKELETON_H -#include +#include "config.h" #ifdef __cplusplus #undef N_ @@ -9,7 +9,7 @@ #endif static char const menus_skeleton[] = -"\n" "\n" @@ -29,7 +29,7 @@ static char const menus_skeleton[] = " \n" #ifdef WITH_GNOME_VFS " \n" -" \n" +//" \n" #endif " \n" " \n" @@ -40,7 +40,6 @@ static char const menus_skeleton[] = " \n" " \n" " \n" -" \n" " \n" " \n" " \n" @@ -109,6 +108,9 @@ static char const menus_skeleton[] = " \n" " \n" " \n" +// Better location in menu needs to be found +//" \n" +//" \n" " \n" " \n" " \n" @@ -123,7 +125,7 @@ static char const menus_skeleton[] = " \n" " \n" " \n" -" \n" +//" \n" " \n" " \n" " \n" @@ -132,6 +134,8 @@ static char const menus_skeleton[] = " \n" " \n" " \n" +" \n" +" \n" // Not quite ready to be in the menus. // " \n" " \n" @@ -159,9 +163,6 @@ static char const menus_skeleton[] = " \n" " \n" " \n" -" \n" -" \n" -" \n" " \n" " \n" " \n" @@ -220,17 +221,16 @@ static char const menus_skeleton[] = " \n" " \n" " \n" -" \n" -" \n" -" \n" -" \n" -" \n" +" \n" +" \n" +" \n" " \n" " \n" " \n" #ifdef ENABLE_SVG_FONTS " \n" #endif // ENABLE_SVG_FONTS +" \n" " \n" " \n" " \n" @@ -240,8 +240,18 @@ static char const menus_skeleton[] = " \n" " \n" " \n" +#ifdef HAVE_ASPELL +" \n" +" \n" +#endif +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" " \n" -" \n" +" \n" " \n" " \n" " \n" @@ -262,6 +272,7 @@ static char const menus_skeleton[] = " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -292,4 +303,4 @@ static char const menus_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 :