summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-19 13:38:52 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-19 13:38:52 +0000
commit45b4afad7e0839e07f00ceb80c94ddbc92fc2033 (patch)
tree0a99ccc752656ea3f93874a19c971b29337da62a /basic
parent703d1d1171aa4afb5ef96c647a55c7aca1922ca4 (diff)
INTEGRATION: CWS gh14 (1.73.4); FILE MERGED
2007/06/15 09:44:39 gh 1.73.4.1: #i76851#add new errormessageinc/svtmsg.hrc
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/svtmsg.src8
1 files changed, 6 insertions, 2 deletions
diff --git a/basic/source/app/svtmsg.src b/basic/source/app/svtmsg.src
index 4da4e435056a..58497b87cd85 100644
--- a/basic/source/app/svtmsg.src
+++ b/basic/source/app/svtmsg.src
@@ -4,9 +4,9 @@
*
* $RCSfile: svtmsg.src,v $
*
- * $Revision: 1.73 $
+ * $Revision: 1.74 $
*
- * last change: $Author: kz $ $Date: 2007-05-11 11:44:26 $
+ * last change: $Author: kz $ $Date: 2007-06-19 14:38:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -337,3 +337,7 @@ String S_NO_LIST_BOX_STRING
{
Text[ en-US ] = "String does not exist in ($Arg1)";
};
+String S_SLOT_IN_EXECUTE
+{
+ Text[ en-US ] = "Another Slot is being executed already.";
+};