diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-11-26 13:53:13 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-11-26 13:53:13 +0000 |
commit | a7598f88da16cba3b8685055a1e2e8f7a149ed97 (patch) | |
tree | f8f92b925c2d1eb6e592a3298226596d8cfc47c7 | |
parent | e24aaa8a98317ce4ccd29155ff9d106ccd2f6aca (diff) |
INTEGRATION: CWS xmlsec06 (1.2.2); FILE MERGED
2004/10/06 08:49:02 pb 1.2.2.1: fix: #i34816# helpids added
-rw-r--r-- | xmlsecurity/source/dialogs/warnings.src | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xmlsecurity/source/dialogs/warnings.src b/xmlsecurity/source/dialogs/warnings.src index cb403cae2..c2f333ae8 100644 --- a/xmlsecurity/source/dialogs/warnings.src +++ b/xmlsecurity/source/dialogs/warnings.src @@ -2,9 +2,9 @@ * * $RCSfile: warnings.src,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: gt $ $Date: 2004-07-20 05:32:08 $ + * last change: $Author: rt $ $Date: 2004-11-26 14:53:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,10 +60,11 @@ ************************************************************************/ #include "dialogs.hrc" +#include "helpids.hrc" ModalDialog RID_XMLSECTP_MACROWARN { -// HelpId = HID_XMLSECTP_MACROWARN; + HelpId = HID_XMLSEC_TP_MACROWARN; Size = MAP_APPFONT( MW_WIDTH, MW_HEIGHT ); OutputSize = TRUE; Closeable = TRUE; @@ -105,7 +106,7 @@ ModalDialog RID_XMLSECTP_MACROWARN Text [ de ] = ""; Text [ en-US ] = ""; }; - PushButton PB_VIEWSIGNS + PushButton PB_VIEWSIGNS { Pos = MAP_APPFONT( MW_COL_3, MW_ROW_2 ); Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); @@ -136,7 +137,6 @@ ModalDialog RID_XMLSECTP_MACROWARN { Pos = MAP_APPFONT( DLGS_BOTTOM_OK_X( MW_WIDTH ), DLGS_BOTTOM_BTN_Y( MW_HEIGHT ) ); Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); -// Default = FALSE; Text [ de ] = ""; Text [ en-US ] = "Enable Macros"; }; @@ -153,3 +153,4 @@ ModalDialog RID_XMLSECTP_MACROWARN Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); }; }; + |