diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-02-16 05:38:08 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-02-16 05:38:08 +0000 |
| commit | 9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee (patch) | |
| tree | fe4b71445f19cdb3a421eb079464eba6454eaccc /src/ui/context-menu.cpp | |
| parent | Prevent false gtk deprecation warnings in canvas-grid and tidy headers (diff) | |
| download | inkscape-9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee.tar.gz inkscape-9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee.zip | |
Fix for 930535 : Convert Font and Text dialog to a dockable dialog
(bzr r10989)
Diffstat (limited to 'src/ui/context-menu.cpp')
| -rw-r--r-- | src/ui/context-menu.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/context-menu.cpp b/src/ui/context-menu.cpp index 8824ad914..4cfc01cdc 100644 --- a/src/ui/context-menu.cpp +++ b/src/ui/context-menu.cpp @@ -55,7 +55,6 @@ void sp_object_menu(SPObject *object, SPDesktop *desktop, GtkMenu *menu) #include "sp-path.h" #include "sp-text.h" #include "desktop-handles.h" -#include "dialogs/text-edit.h" #include "dialogs/spellcheck.h" #include "ui/dialog/object-attributes.h" #include "ui/dialog/object-properties.h" @@ -534,7 +533,7 @@ static void sp_text_settings(GtkMenuItem *menuitem, SPItem *item) sp_desktop_selection(desktop)->set(item); } - sp_text_edit_dialog(); + desktop->_dlg_mgr->showDialog("TextFont"); } /* Spellcheck entry */ |
