diff options
-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 ); }; }; + |