diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-06-26 04:09:44 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-06-26 04:09:44 +0000 |
| commit | 0bdb4d9703dae1cef58bd9ef0a1927ec348c3495 (patch) | |
| tree | 289ffe50ceecc7c64ba3f5a538d8c9973c426adc /src | |
| parent | moving the fonts dialog to a more logical place (though it still does not wor... (diff) | |
| download | inkscape-0bdb4d9703dae1cef58bd9ef0a1927ec348c3495.tar.gz inkscape-0bdb4d9703dae1cef58bd9ef0a1927ec348c3495.zip | |
Do not have menu entry for SVG Fonts if they are not enabled
(bzr r6065)
Diffstat (limited to 'src')
| -rw-r--r-- | src/menus-skeleton.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index c06377221..bd4f8535e 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -228,7 +228,9 @@ static char const menus_skeleton[] = " </submenu>\n" " <submenu name=\"" N_("_Text") "\">\n" " <verb verb-id=\"DialogText\" />\n" +#ifdef ENABLE_SVG_FONTS " <verb verb-id=\"DialogSVGFonts\" />\n" +#endif // ENABLE_SVG_FONTS " <separator/>\n" " <verb verb-id=\"SelectionTextToPath\" />\n" " <verb verb-id=\"SelectionTextFromPath\" />\n" |
