diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-05-11 12:56:30 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-05-11 12:56:30 +0000 |
| commit | f01603aa09a8c49d9835a10ad837ef0c286b9a7e (patch) | |
| tree | a1fc0dd556a5a72be2c83bdeb5ed3933c50938ad /src/widgets/toolbox.cpp | |
| parent | Fix for 997886 : Document Metadata : Crash when saving with 2 documents open (diff) | |
| download | inkscape-f01603aa09a8c49d9835a10ad837ef0c286b9a7e.tar.gz inkscape-f01603aa09a8c49d9835a10ad837ef0c286b9a7e.zip | |
Fix for 169759 : HIG compliant Edit menu
(bzr r11354)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 50e4b1504..78d0683f3 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -1499,8 +1499,8 @@ void setup_commands_toolbox(GtkWidget *toolbox, SPDesktop *desktop) " <toolitem action='DialogXMLEditor' />" " <toolitem action='DialogAlignDistribute' />" " <separator />" - " <toolitem action='DialogPreferences' />" " <toolitem action='DialogDocumentProperties' />" + " <toolitem action='DialogPreferences' />" " </toolbar>" "</ui>"; |
