summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-06-26 02:16:52 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-06-26 02:16:52 +0000
commitfc14c7eeb96cfd81734f6b818a7f32d5e8d65ee8 (patch)
tree79fce8703b86bbff5927c4431703872e8f5f4431 /src
parentFixed compilation when the new SVG font stuff is not enabled. (diff)
downloadinkscape-fc14c7eeb96cfd81734f6b818a7f32d5e8d65ee8.tar.gz
inkscape-fc14c7eeb96cfd81734f6b818a7f32d5e8d65ee8.zip
moving the fonts dialog to a more logical place (though it still does not work for me)
(bzr r6064)
Diffstat (limited to 'src')
-rw-r--r--src/menus-skeleton.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h
index 51573f7d3..c06377221 100644
--- a/src/menus-skeleton.h
+++ b/src/menus-skeleton.h
@@ -162,8 +162,6 @@ static char const menus_skeleton[] =
" <verb verb-id=\"DialogFilterEffects\" />\n"
" <verb verb-id=\"RemoveFilter\" />\n"
" <separator/>\n"
-" <verb verb-id=\"DialogSVGFonts\" />\n"
-" <separator/>\n"
" <verb verb-id=\"SelectionGroup\" />\n"
" <verb verb-id=\"SelectionUnGroup\" />\n"
" <separator/>\n"
@@ -230,6 +228,7 @@ static char const menus_skeleton[] =
" </submenu>\n"
" <submenu name=\"" N_("_Text") "\">\n"
" <verb verb-id=\"DialogText\" />\n"
+" <verb verb-id=\"DialogSVGFonts\" />\n"
" <separator/>\n"
" <verb verb-id=\"SelectionTextToPath\" />\n"
" <verb verb-id=\"SelectionTextFromPath\" />\n"