diff options
author | Dirk Voelzke <dv@openoffice.org> | 2010-11-01 10:49:06 +0100 |
---|---|---|
committer | Dirk Voelzke <dv@openoffice.org> | 2010-11-01 10:49:06 +0100 |
commit | 95200c5e2c1916309f54d26ecb4ecca0e73b79e2 (patch) | |
tree | 2c7379ce2a80fb32c6cd9188a3bfdb9e8ff4a947 /uui/source/sslwarndlg.src | |
parent | d0b76582f778a739980d747c861e06af0774541b (diff) | |
parent | da622616ce54d5c5b4e2e299fbf0a8ae527fd413 (diff) |
dv22: merge with DEV300_m91
Diffstat (limited to 'uui/source/sslwarndlg.src')
-rw-r--r-- | uui/source/sslwarndlg.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uui/source/sslwarndlg.src b/uui/source/sslwarndlg.src index acae9453a971..b1fe7f54c020 100644 --- a/uui/source/sslwarndlg.src +++ b/uui/source/sslwarndlg.src @@ -59,6 +59,7 @@ ModalDialog DLG_UUI_SSLWARN PushButton PB_VIEW__CERTIFICATE { + HelpID = "uui:PushButton:DLG_UUI_SSLWARN:PB_VIEW__CERTIFICATE"; Pos = MAP_APPFONT( DLG_CTLBTN_CERT_START_X, DLG_CTLBTN_START_Y ); Size = MAP_APPFONT( DLG_CTLBTN_CERT_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); @@ -77,6 +78,7 @@ ModalDialog DLG_UUI_SSLWARN PushButton PB_OK { + HelpID = "uui:PushButton:DLG_UUI_SSLWARN:PB_OK"; Pos = MAP_APPFONT( DLG_CTLBTN_OK_START_X, DLG_CTLBTN_START_Y ); Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); |