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:
Родитель
465e97fd2f
Коммит
64bc32b347
|
@ -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
|
Загрузка…
Ссылка в новой задаче