summaryrefslogtreecommitdiffstats
path: root/svx/source/stbctrls/stbctrls.src
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-29 17:11:21 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-09-29 17:11:21 -0400
commitf1a80a9f2de1751b5e350a870b31d6d96ace6185 (patch)
tree4820bd319276a22c574fa39df57b80f5a1df6309 /svx/source/stbctrls/stbctrls.src
parentPorted statusbar-fancy-modified-status-sfx2.diff from ooo-build. (diff)
downloadcore-f1a80a9f2de1751b5e350a870b31d6d96ace6185.tar.gz
core-f1a80a9f2de1751b5e350a870b31d6d96ace6185.zip
Ported statusbar-fancy-modified-status-svx.diff from ooo-build.
Diffstat (limited to 'svx/source/stbctrls/stbctrls.src')
-rw-r--r--svx/source/stbctrls/stbctrls.src26
1 files changed, 26 insertions, 0 deletions
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index c6f466955254..d63384a76f16 100644
--- a/svx/source/stbctrls/stbctrls.src
+++ b/svx/source/stbctrls/stbctrls.src
@@ -89,6 +89,16 @@ String RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG
Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed.";
};
+String RID_SVXSTR_DOC_MODIFIED_YES
+{
+ Text [ en-US ] = "The document has been modified. Double-click to save the document.";
+};
+
+String RID_SVXSTR_DOC_MODIFIED_NO
+{
+ Text [ en-US ] = "The document has not been modified since the last save.";
+};
+
// PopupMenu -------------------------------------------------------------
Menu RID_SVXMNU_ZOOM
{
@@ -325,3 +335,19 @@ Image RID_SVXBMP_SLIDERINCREASE_HC
MaskColor = STD_MASKCOLOR;
};
+Image RID_SVXBMP_DOC_MODIFIED_YES
+{
+ ImageBitmap = Bitmap
+ {
+ File = "doc_modified_yes_14.png" ;
+ };
+ MaskColor = STD_MASKCOLOR;
+};
+Image RID_SVXBMP_DOC_MODIFIED_NO
+{
+ ImageBitmap = Bitmap
+ {
+ File = "doc_modified_no_14.png" ;
+ };
+ MaskColor = STD_MASKCOLOR;
+};