diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-11-16 05:56:13 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-11-16 05:56:13 +0000 |
| commit | 952135a95494e47581b4a2c62e151a21c90581be (patch) | |
| tree | f59bef4762b2816697d4460fb7f0364e3dc8c086 /src/widgets/toolbox.cpp | |
| parent | Fix markups in pt_BR.po (diff) | |
| download | inkscape-952135a95494e47581b4a2c62e151a21c90581be.tar.gz inkscape-952135a95494e47581b4a2c62e151a21c90581be.zip | |
make the order of buttons the same as that of menu commands
(bzr r4089)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 94e43a00b..1899e3856 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -267,6 +267,10 @@ static gchar const * ui_descr = " <toolitem action='ZoomIn' />" " <toolitem action='ZoomOut' />" " <separator />" + " <toolitem action='Zoom1:0' />" + " <toolitem action='Zoom1:2' />" + " <toolitem action='Zoom2:1' />" + " <separator />" " <toolitem action='ZoomSelection' />" " <toolitem action='ZoomDrawing' />" " <toolitem action='ZoomPage' />" @@ -274,10 +278,6 @@ static gchar const * ui_descr = " <separator />" " <toolitem action='ZoomPrev' />" " <toolitem action='ZoomNext' />" - " <separator />" - " <toolitem action='Zoom1:0' />" - " <toolitem action='Zoom1:2' />" - " <toolitem action='Zoom2:1' />" " </toolbar>" " <toolbar name='StarToolbar'>" |
