зеркало из https://github.com/mozilla/pjs.git
phoenix only - not part of build
Change the DDE application name so that you can start Phoenix with Mozilla running. r=hyatt, cls.
This commit is contained in:
Родитель
f76b32723f
Коммит
64a4cc486d
|
@ -171,6 +171,9 @@ RESFILE = splash.res
|
|||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
CPPSRCS += nsNativeAppSupportWin.cpp nsNativeAppSupportBase.cpp
|
||||
OS_LIBS += comctl32.lib comdlg32.lib uuid.lib shell32.lib ole32.lib oleaut32.lib version.lib winspool.lib
|
||||
ifdef MOZ_PHOENIX
|
||||
RCFLAGS += -DMOZ_PHOENIX
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
||||
|
|
|
@ -65,6 +65,11 @@ IDB_SPLASH BITMAP
|
|||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
#ifdef MOZ_PHOENIX
|
||||
ID_DDE_APPLICATION_NAME, "Phoenix"
|
||||
IDS_STARTMENU_APPNAME, "Phoenix"
|
||||
#else
|
||||
ID_DDE_APPLICATION_NAME, "Mozilla"
|
||||
IDS_STARTMENU_APPNAME, "Mozilla"
|
||||
END
|
||||
#endif
|
||||
END
|
||||
|
|
Загрузка…
Ссылка в новой задаче