From c4ce6c31c3429e34fbbcaac20cad999099b58b2d Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 19 Jun 2007 15:18:48 +0000 Subject: INTEGRATION: CWS obr05 (1.69.216); FILE MERGED 2007/04/30 10:49:44 obr 1.69.216.2: RESYNC: (1.69-1.70); FILE MERGED 2007/03/23 09:53:56 obr 1.69.216.1: #i75643# Removed obsolete StartSetup method --- desktop/source/app/desktop.src | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'desktop/source/app/desktop.src') diff --git a/desktop/source/app/desktop.src b/desktop/source/app/desktop.src index aac3f373a0ef..f5f2e30ed727 100644 --- a/desktop/source/app/desktop.src +++ b/desktop/source/app/desktop.src @@ -4,9 +4,9 @@ * * $RCSfile: desktop.src,v $ * - * $Revision: 1.70 $ + * $Revision: 1.71 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 15:38:15 $ + * last change: $Author: kz $ $Date: 2007-06-19 16:18:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,21 +101,6 @@ String STR_BOOTSTRAP_ERR_NO_CFG_SERVICE Text [ en-US ] = "The configuration service is not available."; }; -String STR_ASK_START_SETUP_REPAIR -{ - Text [ en-US ] = "Do you want to start the setup application to repair your installation?"; -}; - -String STR_ASK_START_SETUP -{ - Text [ en-US ] = "Do you want to start the setup application to check your installation?"; -}; - -String STR_SETUP_ERR_CANNOT_START -{ - Text [ en-US ] = "The Setup could not be started automatically. Please start it manually."; -}; - 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."; -- cgit