summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-07-20 01:48:09 +0000
committerAriel Constenla-Haile <arielch@apache.org>2012-07-20 01:48:09 +0000
commitc5a4e46fab045ae8abe01cbfd397806a58039d8a (patch)
tree24493457e1b8cb20a62b18805bc5fd3a466af50f /desktop
parent7025f6c6441b49093504874925f37ca0e61f34f9 (diff)
Fix build breaker: add missing string resource
Notes
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/desktop.hrc1
-rw-r--r--desktop/source/app/desktop.src5
2 files changed, 6 insertions, 0 deletions
diff --git a/desktop/source/app/desktop.hrc b/desktop/source/app/desktop.hrc
index e927ca802351..9e15e62bcb98 100644
--- a/desktop/source/app/desktop.hrc
+++ b/desktop/source/app/desktop.hrc
@@ -67,6 +67,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 fd6d73f18edb..158031b42456 100644
--- a/desktop/source/app/desktop.src
+++ b/desktop/source/app/desktop.src
@@ -94,6 +94,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.";