diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-03-03 12:39:55 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-03-03 12:39:55 +0000 |
| commit | d844b059fcdc107c633ace350fc484abcd954c0e (patch) | |
| tree | 431e217148ee46dd8cc51e02a49326a25ac06aaf /src/widgets/toolbox.cpp | |
| parent | Fix for 927074 : Simplify Path Effects dialog, fix button padding (diff) | |
| download | inkscape-d844b059fcdc107c633ace350fc484abcd954c0e.tar.gz inkscape-d844b059fcdc107c633ace350fc484abcd954c0e.zip | |
Fix for 390458 : Convert Export Bitmap to a dockable dialog
(bzr r11042)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 5f8714324..f013ff9e5 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -929,7 +929,8 @@ static Glib::RefPtr<Gtk::ActionGroup> create_or_fetch_actions( SPDesktop* deskto SP_VERB_EDIT_REDO, SP_VERB_EDIT_UNDO, SP_VERB_EDIT_UNLINK_CLONE, - SP_VERB_FILE_EXPORT, + //SP_VERB_FILE_EXPORT, + SP_VERB_DIALOG_EXPORT, SP_VERB_FILE_IMPORT, SP_VERB_FILE_NEW, SP_VERB_FILE_OPEN, @@ -2164,7 +2165,7 @@ void setup_commands_toolbox(GtkWidget *toolbox, SPDesktop *desktop) " <toolitem action='FilePrint' />" " <separator />" " <toolitem action='FileImport' />" - " <toolitem action='FileExport' />" + " <toolitem action='DialogExport' />" " <separator />" " <toolitem action='EditUndo' />" " <toolitem action='EditRedo' />" |
