diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 17:05:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 17:05:16 +0000 |
commit | b81082274b61faa90abc942f44e9c522eda65455 (patch) | |
tree | b722041c9b8a011e050d5715ebf6702ef1327d59 | |
parent | fe58cf04f66ee5de41e78bc45821a8493aab1b5b (diff) |
INTEGRATION: CWS xmlsec08 (1.3.10); FILE MERGED
2005/02/22 08:38:43 pb 1.3.10.1: fix: #i43298# high contrast support
-rw-r--r-- | xmlsecurity/source/dialogs/digitalsignaturesdialog.src | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src index a2aa4499cac2..5a400aa3363e 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src @@ -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; + }; }; |