зеркало из https://github.com/mozilla/pjs.git
229036 - start menu links to readme and license don't work,.... patch from simon paquet
This commit is contained in:
Родитель
ace85bd2aa
Коммит
6ad38689e0
|
@ -249,3 +249,9 @@ libs:: $(PROGRAM)
|
|||
clean clobber::
|
||||
rm -rf $(DIST)/$(APP_NAME).app
|
||||
endif
|
||||
|
||||
README_FILE = $(topsrcdir)/README.txt
|
||||
|
||||
libs::
|
||||
$(INSTALL) $(README_FILE) $(DIST)/bin
|
||||
$(INSTALL) $(topsrcdir)/LICENSE $(DIST)/bin
|
||||
|
|
|
@ -71,8 +71,8 @@ BEGIN
|
|||
ID_DDE_APPLICATION_NAME, "Firefox Debug"
|
||||
IDS_STARTMENU_APPNAME, "Firefox Debug"
|
||||
#else
|
||||
ID_DDE_APPLICATION_NAME, "Firefox"
|
||||
IDS_STARTMENU_APPNAME, "Firefox"
|
||||
ID_DDE_APPLICATION_NAME, "Firefox Debug"
|
||||
IDS_STARTMENU_APPNAME, "Firefox Debug"
|
||||
#endif
|
||||
END
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ function createShortcuts()
|
|||
fTemp = fProgram + "$MainExeFile$";
|
||||
fileExe = getFolder("file:///", fTemp);
|
||||
fileReadme = getFolder("file:///", fProgram + "readme.txt");
|
||||
fileLicense = getFolder("file:///", fProgram + "license.txt");
|
||||
fileLicense = getFolder("file:///", fProgram + "license");
|
||||
scExeDesc = "$ProductName$";
|
||||
scReadmeDesc = "Readme";
|
||||
scLicenseDesc = "License";
|
||||
|
|
|
@ -201,7 +201,7 @@ Show Dialog=TRUE
|
|||
Title=Software License Agreement
|
||||
;*** LOCALIZE ME BABY ***
|
||||
Sub Title=Terms and conditions for using this software.
|
||||
License File=license.txt
|
||||
License File=license
|
||||
;*** LOCALIZE ME BABY ***
|
||||
Message0=Please read the following license agreement. Use the scroll bar to view the rest of this agreement.
|
||||
;*** LOCALIZE ME BABY ***
|
||||
|
|
|
@ -46,6 +46,8 @@ bin\firefox.exe
|
|||
bin\plugins\npnul32.dll
|
||||
bin\res\cmessage.txt
|
||||
bin\xpicleanup.exe
|
||||
bin\LICENSE
|
||||
bin\README.txt
|
||||
|
||||
; [Components]
|
||||
bin\components\alerts.xpt
|
||||
|
|
Загрузка…
Ссылка в новой задаче