diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-07-20 01:48:09 +0000 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-30 16:01:31 +0200 |
commit | a220c2dbb8f05ee6bba6d5baf660a7339a7d2c71 (patch) | |
tree | 0eea6406160cb092487acd954e28fd9e4e6c9e08 /desktop | |
parent | b218cbf59de4d7ae0a6962995fb0f719ed68b5d2 (diff) |
Fix build breaker: add missing string resource
(cherry picked from commit c5a4e46fab045ae8abe01cbfd397806a58039d8a)
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/desktop.hrc | 1 | ||||
-rw-r--r-- | desktop/source/app/desktop.src | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/desktop/source/app/desktop.hrc b/desktop/source/app/desktop.hrc index 18d66e42f4c3..e9caf4abb8ff 100644 --- a/desktop/source/app/desktop.hrc +++ b/desktop/source/app/desktop.hrc @@ -48,6 +48,7 @@ #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_BOOTSTRAP_ERR_MULTISESSION (RID_DESKTOP_STRING_START+124) #define STR_ASK_START_SETUP_MANUALLY (RID_DESKTOP_STRING_START+152) diff --git a/desktop/source/app/desktop.src b/desktop/source/app/desktop.src index 367bc128e195..383af8f71aa5 100644 --- a/desktop/source/app/desktop.src +++ b/desktop/source/app/desktop.src @@ -90,6 +90,11 @@ String STR_BOOTSTRAP_ERR_NO_CFG_SERVICE Text [ en-US ] = "The configuration service is not available."; }; +String STR_BOOTSTRAP_ERR_MULTISESSION +{ + Text [ en-US ] = "You have another instance running in a different terminal session. Close that instance and then try again."; +}; + String STR_ASK_START_SETUP_MANUALLY { Text [ en-US ] = "Start the setup application to repair the installation from the CD or the folder containing the installation packages."; |