diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 11:47:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 11:47:14 +0000 |
commit | 351f180445e65333b06334a17f61f6533151bc9d (patch) | |
tree | c240206edc555beadd899003fde39c585620eaf0 /basic | |
parent | c7f1e4181dc2424df5c5afec332d6cd6236d23f6 (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.hrc | 3 |
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 ) |