summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/app.src
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-11-03 14:55:19 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-11-05 10:46:31 +0100
commitbce042ca83c7cb5cc3e3bdc07c50b60e6a1ed659 (patch)
tree3a3446c04e2f743401f8019b326c921a4f093b0f /sfx2/source/appl/app.src
parentbnc#785727: Add more safety checks, exact bug mechanism unclear (diff)
downloadcore-bce042ca83c7cb5cc3e3bdc07c50b60e6a1ed659.tar.gz
core-bce042ca83c7cb5cc3e3bdc07c50b60e6a1ed659.zip
CMIS: added confirmation dialog for cancel checkout
Change-Id: I12317bd8c91756c7960f04d2fad38dd509840932
Diffstat (limited to 'sfx2/source/appl/app.src')
-rw-r--r--sfx2/source/appl/app.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 6eae48d2f327..d1dcccd11c9f 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -432,6 +432,13 @@ QueryBox RID_XMLSEC_QUERY_SAVEBEFORESIGN
Message [ en-US ] = "The document has to be saved before it can be signed.\nDo you want to save the document?" ;
};
+QueryBox RID_QUERY_CANCELCHECKOUT
+{
+ Buttons = WB_YES_NO ;
+ DefButton = WB_DEF_YES ;
+ Message [ en-US ] = "This will discard all changes on the server since check-out.\nDo you want to proceed?" ;
+};
+
InfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT
{
Message [ en-US ] = "This document must be saved in OpenDocument file format before it can be digitally signed." ;