diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-06-25 02:53:34 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2008-06-25 02:53:34 +0000 |
| commit | e2f580d1cc567fdae480d31e4f73cb0640e0d057 (patch) | |
| tree | dd57a7aced933c660843baa0695accbbd90f505a /src/verbs.cpp | |
| parent | Warning cleanup (diff) | |
| download | inkscape-e2f580d1cc567fdae480d31e4f73cb0640e0d057.tar.gz inkscape-e2f580d1cc567fdae480d31e4f73cb0640e0d057.zip | |
adding a dialog for SVG Fonts
(bzr r6056)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index da3c7c182..494181e55 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -1816,6 +1816,9 @@ DialogVerb::perform(SPAction *action, void *data, void */*pdata*/) case SP_VERB_DIALOG_FILTER_EFFECTS: dt->_dlg_mgr->showDialog("FilterEffectsDialog"); break; + case SP_VERB_DIALOG_SVG_FONTS: + dt->_dlg_mgr->showDialog("SvgFontsDialog"); + break; default: break; } @@ -2632,6 +2635,8 @@ Verb *Verb::_base_verbs[] = { N_("Manage path effects"), NULL), new DialogVerb(SP_VERB_DIALOG_FILTER_EFFECTS, "DialogFilterEffects", N_("Filter Effects..."), N_("Manage SVG filter effects"), NULL), + new DialogVerb(SP_VERB_DIALOG_SVG_FONTS, "DialogSVGFonts", N_("SVG Fonts..."), + N_("Manage SVG fonts"), NULL), /* Help */ new HelpVerb(SP_VERB_HELP_ABOUT_EXTENSIONS, "HelpAboutExtensions", N_("About E_xtensions"), |
