INTEGRATION: CWS xmlsec08 (1.3.10); FILE MERGED

2005/02/22 08:38:43 pb 1.3.10.1: fix: #i43298# high contrast support
This commit is contained in:
Vladimir Glazounov
2005-03-10 17:05:16 +00:00
parent fe58cf04f6
commit b81082274b

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: digitalsignaturesdialog.src,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2004-11-26 14:52:05 $
* last change: $Author: vg $ $Date: 2005-03-10 18:05:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -189,5 +189,15 @@ ModalDialog RID_XMLSECDLG_DIGSIG
Pos = MAP_APPFONT( DLGS_BOTTOM_HELP_X( DS_WIDTH ), DLGS_BOTTOM_BTN_Y( DS_HEIGHT ) );
Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
};
Image IMG_STATE_VALID_HC
{
ImageBitmap = Bitmap { File = "signet_11x16_h.png"; };
MaskColor = STD_MASKCOLOR;
};
Image IMG_STATE_BROKEN_HC
{
ImageBitmap = Bitmap { File = "caution_11x16_h.png"; };
MaskColor = STD_MASKCOLOR;
};
};