summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-06-26 04:09:44 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-06-26 04:09:44 +0000
commit0bdb4d9703dae1cef58bd9ef0a1927ec348c3495 (patch)
tree289ffe50ceecc7c64ba3f5a538d8c9973c426adc /src
parentmoving the fonts dialog to a more logical place (though it still does not wor... (diff)
downloadinkscape-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.h2
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"