diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-04-16 15:54:48 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-04-16 15:54:48 +0000 |
| commit | b9f7aa05711eb24230adebb48ba9d1d11242bd26 (patch) | |
| tree | eca856c02c3470676892f33042481228ecc908bc /src | |
| parent | * [INTL: sk] Slovak translation update (trunk) (diff) | |
| download | inkscape-b9f7aa05711eb24230adebb48ba9d1d11242bd26.tar.gz inkscape-b9f7aa05711eb24230adebb48ba9d1d11242bd26.zip | |
Restore 0.46 placement of node alignment buttons
(bzr r7720)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/align-and-distribute.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/dialog/align-and-distribute.cpp b/src/ui/dialog/align-and-distribute.cpp index a39a09628..18a3df4ae 100644 --- a/src/ui/dialog/align-and-distribute.cpp +++ b/src/ui/dialog/align-and-distribute.cpp @@ -893,14 +893,14 @@ AlignAndDistribute::AlignAndDistribute() //Node Mode buttons // NOTE: "align nodes vertically" means "move nodes vertically until they align on a common - // _horizontal_ line". This is analogous to what the "align-vertical-center" means. + // _horizontal_ line". This is analogous to what the "align-vertical-center" icon means. // There is no doubt some ambiguity. For this reason the descriptions are different. - addNodeButton(INKSCAPE_ICON_ALIGN_HORIZONTAL_NODES, - _("Align selected nodes to a common vertical line"), - 0, Geom::Y, false); addNodeButton(INKSCAPE_ICON_ALIGN_VERTICAL_NODES, _("Align selected nodes to a common horizontal line"), - 1, Geom::X, false); + 0, Geom::X, false); + addNodeButton(INKSCAPE_ICON_ALIGN_HORIZONTAL_NODES, + _("Align selected nodes to a common vertical line"), + 1, Geom::Y, false); addNodeButton(INKSCAPE_ICON_DISTRIBUTE_HORIZONTAL_NODE, _("Distribute selected nodes horizontally"), 2, Geom::X, true); |
