summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 11:47:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 11:47:14 +0000
commit351f180445e65333b06334a17f61f6533151bc9d (patch)
treec240206edc555beadd899003fde39c585620eaf0 /basic
parentc7f1e4181dc2424df5c5afec332d6cd6236d23f6 (diff)
INTEGRATION: CWS gh15 (1.5.8); FILE MERGED
2008/05/02 15:13:03 gh 1.5.8.1: #132232#one more errormesage: S_MENU_NOT_CLOSING
Diffstat (limited to 'basic')
-rw-r--r--basic/inc/svtmsg.hrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/basic/inc/svtmsg.hrc b/basic/inc/svtmsg.hrc
index ff6c52688da5..6d2c368cea1a 100644
--- a/basic/inc/svtmsg.hrc
+++ b/basic/inc/svtmsg.hrc
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: svtmsg.hrc,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -116,3 +116,4 @@
#define S_CANNOT_FIND_FLOATING_WIN ( SVT_START + 70 )
#define S_NO_LIST_BOX_STRING ( SVT_START + 71 )
#define S_SLOT_IN_EXECUTE ( SVT_START + 72 )
+#define S_MENU_NOT_CLOSING ( SVT_START + 73 )