summaryrefslogtreecommitdiff
path: root/uui/source/logindlg.src
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-06-08 18:02:35 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-06-08 18:02:35 +0200
commit6fd692c5e9d61acb3613ef0f783fc232ecef67ef (patch)
tree2a45ad436a248b39b257a714e029d1cfda333993 /uui/source/logindlg.src
parent4be38c879b1684bd7e0444d86451d94f5dd10775 (diff)
cws tl79: #i110048# help ids added
Diffstat (limited to 'uui/source/logindlg.src')
-rwxr-xr-xuui/source/logindlg.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/uui/source/logindlg.src b/uui/source/logindlg.src
index c2683ea3d94c..bf6a97c3b0ff 100755
--- a/uui/source/logindlg.src
+++ b/uui/source/logindlg.src
@@ -93,12 +93,14 @@ ModalDialog DLG_UUI_LOGIN
Edit ED_LOGIN_PATH
{
+ HelpId = HID_LOGIN_DLG_PATH;
Border = TRUE ;
Pos = MAP_APPFONT( 6 , 95 ) ;
Size = MAP_APPFONT( 112 , 12 ) ;
};
PushButton BTN_LOGIN_PATH
{
+ HelpId = HID_LOGIN_DLG_BROWSE;
Pos = MAP_APPFONT( 121 , 94 ) ;
Size = MAP_APPFONT( 50 , 14 ) ;
Text = "~Browse..." ;
@@ -113,6 +115,7 @@ ModalDialog DLG_UUI_LOGIN
Edit ED_LOGIN_USERNAME
{
+ HelpId = HID_LOGIN_DLG_USER_NAME;
Border = TRUE ;
Pos = MAP_APPFONT( 6 , 121 ) ;
Size = MAP_APPFONT( 165 , 12 ) ;
@@ -127,6 +130,7 @@ ModalDialog DLG_UUI_LOGIN
Edit ED_LOGIN_PASSWORD
{
+ HelpId = HID_LOGIN_DLG_PASSWORD;
Border = TRUE ;
Pos = MAP_APPFONT( 6 , 147 ) ;
Size = MAP_APPFONT( 165 , 12 ) ;
@@ -142,6 +146,7 @@ ModalDialog DLG_UUI_LOGIN
Edit ED_LOGIN_ACCOUNT
{
+ HelpId = HID_LOGIN_DLG_ACCOUNT;
Border = TRUE ;
Pos = MAP_APPFONT( 6 , 173 ) ;
Size = MAP_APPFONT( 165 , 12 ) ;
@@ -150,6 +155,7 @@ ModalDialog DLG_UUI_LOGIN
CheckBox CB_LOGIN_SAVEPASSWORD
{
+ HelpId = HID_LOGIN_DLG_REMEMBER_PASSWORD;
Pos = MAP_APPFONT( 6 , 190 ) ;
Size = MAP_APPFONT( 165 , 10 ) ;
Text [ en-US ] = "~Remember password" ;
@@ -157,6 +163,7 @@ ModalDialog DLG_UUI_LOGIN
CheckBox CB_LOGIN_USESYSCREDS
{
+ HelpId = HID_LOGIN_DLG_USE_SYSTEM_CREDENTIALS;
Pos = MAP_APPFONT( 6 , 203 ) ;
Size = MAP_APPFONT( 165 , 10 ) ;
Text [ en-US ] = "~Use system credentials" ;