summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/passwdomdlg.src
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/passwdomdlg.src')
-rwxr-xr-xcui/source/dialogs/passwdomdlg.src27
1 files changed, 1 insertions, 26 deletions
diff --git a/cui/source/dialogs/passwdomdlg.src b/cui/source/dialogs/passwdomdlg.src
index edb84813d387..129874b92c45 100755
--- a/cui/source/dialogs/passwdomdlg.src
+++ b/cui/source/dialogs/passwdomdlg.src
@@ -81,13 +81,7 @@ ModalDialog RID_DLG_PASSWORD_TO_OPEN_MODIFY
Border = TRUE ;
PassWord = TRUE ;
};
-/*
- FixedImage FI_PASSWD_TO_OPEN_MATCH
- {
- Pos = MAP_APPFONT ( 150, 42 ) ;
- Size = MAP_APPFONT ( 12 , 12 ) ;
- };
-*/
+
FixedText FT_PASSWD_NOTE
{
Pos = MAP_APPFONT( 6, 80 );
@@ -176,13 +170,6 @@ ModalDialog RID_DLG_PASSWORD_TO_OPEN_MODIFY
Border = TRUE ;
PassWord = TRUE ;
};
-/*
- FixedImage FI_PASSWD_TO_MODIFY_MATCH
- {
- Pos = MAP_APPFONT ( 150, 224 ) ;
- Size = MAP_APPFONT ( 12 , 12 ) ;
- };
-*/
String STR_PASSWD_MUST_BE_CONFIRMED
{
@@ -213,16 +200,4 @@ ModalDialog RID_DLG_PASSWORD_TO_OPEN_MODIFY
{
Text [ en-US ] = "Please enter a password to open or to modify, or check the open read-only option to continue." ;
};
-/*
- Image IMG_PASSWD_MATCH
- {
- ImageBitmap = Bitmap { File = "apply.png"; };
- };
-
- Image IMG_PASSWD_MATCH_HC
- {
- ImageBitmap = Bitmap { File = "apply_h.png"; };
- };
-*/
};
-