added new string resource to installer. Affects windows only.
git-svn-id: svn://10.0.0.236/trunk@47625 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
119078b8e2
commit
dfd1078364
@ -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 <ssu@netscape.com>
|
||||
*/
|
||||
|
||||
//{{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
|
||||
|
||||
@ -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 <ssu@netscape.com>
|
||||
*/
|
||||
|
||||
//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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user