Bug 102017; adding string resource for use in configuring start menu on WinXP; need to include resource constant from new interface file; requires changing resource compiler flags in the makefile

This commit is contained in:
law%netscape.com 2001-11-05 06:24:38 +00:00
Родитель 465e97fd2f
Коммит 64bc32b347
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -93,6 +93,10 @@ LCFLAGS = \
$(DEFINES) \
$(NULL)
RCFLAGS = \
$(RCFLAGS) \
-I $(XPDIST)\include\appshell
# This code removes the console from release builds
# (unless you've set MOZ_WINCONSOLE=1).
!ifndef MOZ_WINCONSOLE

Просмотреть файл

@ -37,6 +37,7 @@
* ***** END LICENSE BLOCK ***** */
#include <windows.h>
#include "nsNativeAppSupportWin.h"
#include "nsINativeAppSupportWin.h"
// Program icon.
IDI_APPLICATION ICON
@ -65,4 +66,5 @@ IDB_SPLASH BITMAP
STRINGTABLE DISCARDABLE
BEGIN
ID_DDE_APPLICATION_NAME, "Mozilla"
IDS_STARTMENU_APPNAME, "Mozilla"
END