diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-12-21 15:23:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-12-21 15:23:23 +0000 |
commit | e76ae1148e5618f8ab1369441f1749c6a489c049 (patch) | |
tree | f79e9e782fdc04843cc4b02aaef4f2af4a609ae3 /desktop | |
parent | 342152f3fbe48863713155f1496f8cd9b1b914b1 (diff) |
INTEGRATION: CWS fwk27 (1.19.72); FILE MERGED
2005/11/30 15:13:00 cd 1.19.72.1: #113278# Detect runtime problems regarding path options - provide user information about problem
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/desktop.hrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/source/app/desktop.hrc b/desktop/source/app/desktop.hrc index 72dac69e93d4..a5977567622b 100644 --- a/desktop/source/app/desktop.hrc +++ b/desktop/source/app/desktop.hrc @@ -4,9 +4,9 @@ * * $RCSfile: desktop.hrc,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:06:33 $ + * last change: $Author: obo $ $Date: 2005-12-21 16:23:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -75,6 +75,7 @@ #define STR_BOOTSTRAP_ERR_NO_SERVICE (RID_DESKTOP_STRING_START+120) #define STR_BOOTSTRAP_ERR_NO_CFG_SERVICE (RID_DESKTOP_STRING_START+121) #define STR_BOOTSTRAP_ERR_CFG_DATAACCESS (RID_DESKTOP_STRING_START+122) +#define STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE (RID_DESKTOP_STRING_START+123) #define STR_ASK_START_SETUP_REPAIR (RID_DESKTOP_STRING_START+150) #define STR_ASK_START_SETUP (RID_DESKTOP_STRING_START+151) |