From dfd1078364bbac4e4934ae0bab2f7f95f2011ec0 Mon Sep 17 00:00:00 2001 From: "ssu%netscape.com" Date: Wed, 15 Sep 1999 20:02:07 +0000 Subject: [PATCH] added new string resource to installer. Affects windows only. git-svn-id: svn://10.0.0.236/trunk@47625 18797224-902f-48f8-a5cc-f745e15eee43 --- .../wizard/windows/setuprsc/setuprsc.h | 10 ++++--- .../wizard/windows/setuprsc/setuprsc.rc | 27 ++----------------- 2 files changed, 8 insertions(+), 29 deletions(-) diff --git a/mozilla/xpinstall/wizard/windows/setuprsc/setuprsc.h b/mozilla/xpinstall/wizard/windows/setuprsc/setuprsc.h index 3b5873db30e..17dcca569ff 100644 --- a/mozilla/xpinstall/wizard/windows/setuprsc/setuprsc.h +++ b/mozilla/xpinstall/wizard/windows/setuprsc/setuprsc.h @@ -1,3 +1,8 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Developer Studio generated include file. +// Used by setuprsc.rc +// + /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * The contents of this file are subject to the Netscape Public License @@ -22,10 +27,6 @@ * Sean Su */ -//{{NO_DEPENDENCIES}} -// Microsoft Developer Studio generated include file. -// Used by setuprsc.rc -// #define IDS_ERROR_DIALOG_CREATE 1 #define IDS_ERROR_FAILED 2 #define IDS_ERROR_FILE_NOT_FOUND 3 @@ -47,6 +48,7 @@ #define IDS_STR_FILE_NUMBER 19 #define IDS_STR_FILENAME 20 #define IDS_MSG_SMARTUPDATE_START 21 +#define IDS_MSG_CONFIGURING 22 #define IDI_ICON1 105 #define IDI_SETUP 105 #define IDB_BITMAP_WELCOME 108 diff --git a/mozilla/xpinstall/wizard/windows/setuprsc/setuprsc.rc b/mozilla/xpinstall/wizard/windows/setuprsc/setuprsc.rc index 66c7ee3eb80..fbc42a44de7 100644 --- a/mozilla/xpinstall/wizard/windows/setuprsc/setuprsc.rc +++ b/mozilla/xpinstall/wizard/windows/setuprsc/setuprsc.rc @@ -1,27 +1,3 @@ -/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is Mozilla Communicator client code, - * released March 31, 1998. - * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are - * Copyright (C) 1999 Netscape Communications Corporation. All Rights - * Reserved. - * - * Contributors: - * Sean Su - */ - //Microsoft Developer Studio generated resource script. // #include "setuprsc.h" @@ -120,7 +96,7 @@ END DLG_SELECT_COMPONENTS DIALOGEX 51, 56, 315, 205 STYLE WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Sans Serif" +FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN PUSHBUTTON "< &Back",ID_WIZBACK,134,186,53,12 DEFPUSHBUTTON "&Next >",ID_WIZNEXT,188,186,53,12 @@ -352,6 +328,7 @@ BEGIN IDS_STR_FILE_NUMBER "File #:" IDS_STR_FILENAME "Filename:" IDS_MSG_SMARTUPDATE_START "Initializing SmartUpdate, please wait..." + IDS_MSG_CONFIGURING "Please wait, configuring %s" END #endif // English (U.S.) resources