summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-09-06 09:19:49 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-09-06 09:19:49 +0200
commit6d1adcc602a92f31d5341cafa3cbfbc647b24733 (patch)
tree9a4fc6b0c43ccfc4a886136753736e557ec3d566 /uui
parent0445833f87a174bcd6d638c975c9f7fc914f24c1 (diff)
cws tl82: #i114292# button order changed
Diffstat (limited to 'uui')
-rwxr-xr-x[-rw-r--r--]uui/source/logindlg.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/uui/source/logindlg.src b/uui/source/logindlg.src
index bf6a97c3b0ff..736e0f9ae1df 100644..100755
--- a/uui/source/logindlg.src
+++ b/uui/source/logindlg.src
@@ -175,20 +175,20 @@ ModalDialog DLG_UUI_LOGIN
Size = MAP_APPFONT( 177 , 8 ) ;
};
- OKButton BTN_LOGIN_OK
+ HelpButton BTN_LOGIN_HELP
{
Pos = MAP_APPFONT( 6 , 227 ) ;
Size = MAP_APPFONT( 50 , 14 ) ;
- DefButton = TRUE ;
};
- CancelButton BTN_LOGIN_CANCEL
+ OKButton BTN_LOGIN_OK
{
Pos = MAP_APPFONT( 66 , 227 ) ;
Size = MAP_APPFONT( 50 , 14 ) ;
+ DefButton = TRUE ;
};
- HelpButton BTN_LOGIN_HELP
+ CancelButton BTN_LOGIN_CANCEL
{
Pos = MAP_APPFONT( 121 , 227 ) ;
Size = MAP_APPFONT( 50 , 14 ) ;