summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-02-16 05:38:08 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-02-16 05:38:08 +0000
commit9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee (patch)
treefe4b71445f19cdb3a421eb079464eba6454eaccc /src/verbs.cpp
parentPrevent false gtk deprecation warnings in canvas-grid and tidy headers (diff)
downloadinkscape-9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee.tar.gz
inkscape-9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee.zip
Fix for 930535 : Convert Font and Text dialog to a dockable dialog
(bzr r10989)
Diffstat (limited to '')
-rw-r--r--src/verbs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index f62b35751..afdeb665a 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -42,7 +42,6 @@
#include "dialogs/clonetiler.h"
#include "dialogs/find.h"
#include "dialogs/spellcheck.h"
-#include "dialogs/text-edit.h"
#include "dialogs/xml-tree.h"
#include "display/curve.h"
#include "document.h"
@@ -1817,7 +1816,7 @@ void DialogVerb::perform(SPAction *action, void *data)
dt->_dlg_mgr->showDialog("SprayOptionClass");
break;
case SP_VERB_DIALOG_TEXT:
- sp_text_edit_dialog();
+ dt->_dlg_mgr->showDialog("TextFont");
break;
case SP_VERB_DIALOG_XML_EDITOR:
sp_xml_tree_dialog();