From 504353c894129781240f61aab2876158e29f5539 Mon Sep 17 00:00:00 2001 From: mkr Date: Thu, 17 Nov 2005 07:15:42 +0000 Subject: [PATCH] Fix for PAL10582 : "Split Horizontaly" / "Split Vertically" in "Window" menu seem to be invesed now. --- src/Qtx/QtxWorkstack.cxx | 4 ++-- src/STD/resources/STD_images.po | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Qtx/QtxWorkstack.cxx b/src/Qtx/QtxWorkstack.cxx index f7e7ae7b6..b2fa2b9bd 100644 --- a/src/Qtx/QtxWorkstack.cxx +++ b/src/Qtx/QtxWorkstack.cxx @@ -696,12 +696,12 @@ void QtxWorkstack::distributeSpace( QSplitter* split ) const void QtxWorkstack::splitVertical() { - split( Qt::Vertical ); + split( Qt::Horizontal ); } void QtxWorkstack::splitHorizontal() { - split( Qt::Horizontal ); + split( Qt::Vertical ); } QSplitter* QtxWorkstack::wrapSplitter( QtxWorkstackArea* area ) diff --git a/src/STD/resources/STD_images.po b/src/STD/resources/STD_images.po index a26339f3e..08410020c 100755 --- a/src/STD/resources/STD_images.po +++ b/src/STD/resources/STD_images.po @@ -58,10 +58,10 @@ msgid "ICON_DESK_WINDOW_HTILE" msgstr "htile.png" msgid "ICON_DESK_WINDOW_VSPLIT" -msgstr "htile.png" +msgstr "vtile.png" msgid "ICON_DESK_WINDOW_HSPLIT" -msgstr "vtile.png" +msgstr "htile.png" msgid "ICON_APP_EDIT_UNDO" msgstr "undo.png" -- 2.39.2