summaryrefslogtreecommitdiffstats
path: root/svx/source/stbctrls/stbctrls.src
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-31 11:14:56 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-31 11:14:56 +0000
commitb4cd13d8f1347ea833aaccd7d8d1bdfcda796c6f (patch)
tree4eb844a1ec2b539a6211ce9c75ced91f0eee39d5 /svx/source/stbctrls/stbctrls.src
parentINTEGRATION: CWS xmlsec05 (1.1.1.1.884); FILE MERGED (diff)
downloadcore-b4cd13d8f1347ea833aaccd7d8d1bdfcda796c6f.tar.gz
core-b4cd13d8f1347ea833aaccd7d8d1bdfcda796c6f.zip
INTEGRATION: CWS xmlsec05 (1.24.22); FILE MERGED
2004/07/26 09:37:20 mt 1.24.22.4: #i21596# Digital Signatures... 2004/07/23 12:22:11 gt 1.24.22.3: #i20883# context menu for status bar controler 2004/07/22 16:40:03 gt 1.24.22.2: #i20883# signature broken state 2004/07/15 13:39:29 gt 1.24.22.1: #i20883# XmlSec status bar controler
Diffstat (limited to 'svx/source/stbctrls/stbctrls.src')
-rw-r--r--svx/source/stbctrls/stbctrls.src72
1 files changed, 42 insertions, 30 deletions
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index 568183d480d3..b81902f416a1 100644
--- a/svx/source/stbctrls/stbctrls.src
+++ b/svx/source/stbctrls/stbctrls.src
@@ -2,9 +2,9 @@
*
* $RCSfile: stbctrls.src,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hjs $ $Date: 2004-06-25 12:18:47 $
+ * last change: $Author: kz $ $Date: 2004-08-31 12:14:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -224,6 +224,20 @@ Menu RID_SVXMNU_PSZ_FUNC
};
};
};
+Menu RID_SVXMNU_XMLSECSTATBAR
+{
+ ItemList =
+ {
+ MenuItem
+ {
+ Identifier = XMLSEC_CALL ;
+ HelpId = HID_XMLSEC_CALL ;
+ Text [ de ] = "Digitale Signaturen..." ;
+ Text [ en-US ] = "Digital Signatures..." ;
+ Text [ x-comment ] = " ";
+ };
+ };
+};
// Images ----------------------------------------------------------------
Image RID_SVXBMP_POSITION
{
@@ -251,31 +265,29 @@ Image RID_SVXBMP_SIZE
Blue = 0xFFFF ;
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+Image RID_SVXBMP_SIGNET
+{
+ ImageBitmap = Bitmap
+ {
+ File = "signet_11x16.png" ;
+ };
+ MaskColor = Color
+ {
+ Red = 0xFFFF ;
+ Green = 0x0000 ;
+ Blue = 0xFFFF ;
+ };
+};
+Image RID_SVXBMP_SIGNET_BROKEN
+{
+ ImageBitmap = Bitmap
+ {
+ File = "caution_11x16.png" ;
+ };
+ MaskColor = Color
+ {
+ Red = 0xFFFF ;
+ Green = 0x0000 ;
+ Blue = 0xFFFF ;
+ };
+};