зеркало из https://github.com/mozilla/pjs.git
changing ini files to use wizard.dll instead of functions in interpret.cpp
This commit is contained in:
Родитель
5526e941b1
Коммит
6d8a65f5ad
|
@ -124,7 +124,7 @@ Start_x=135
|
|||
Start_y=89
|
||||
Width=51
|
||||
Height=14
|
||||
onCommand=NewNCIDialog(_NewNCIFileName);command(cmd.exe /c copy %Root%NCItemplate "%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\%_NewNCIFileName%");command(%NCIFileEditor% "%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\%_NewNCIFileName%");inform(_NewNCIFileName,%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles);GenerateFileList(NCIFileList,%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\*.NCI)
|
||||
onCommand=wizard.NewNCIDialog();command(cmd.exe /c copy %Root%NCItemplate "%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\%_NewNCIFileName%");command(%NCIFileEditor% "%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\%_NewNCIFileName%");inform(_NewNCIFileName,%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles);GenerateFileList(NCIFileList,%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\*.NCI)
|
||||
Target=NCIFileList
|
||||
|
||||
[Widget 7]
|
||||
|
|
|
@ -48,7 +48,7 @@ Start_x=210
|
|||
Start_y=218
|
||||
Width=77
|
||||
Height=17
|
||||
onCommand=NewConfigDialog(_NewConfigName)
|
||||
onCommand=wizard.NewConfig(_NewConfigName);GenerateDirList(CustomizationList,%Root%Configs\*.*);SelectItem(%_NewConfigName%)
|
||||
target=CustomizationList
|
||||
|
||||
[Widget 1]
|
||||
|
@ -213,7 +213,7 @@ Start_y=218
|
|||
Width=77
|
||||
Height=17
|
||||
onInit=Enable2(%CustomizationList%)
|
||||
onCommand=VerifySet(%CustomizationList%,Choose an existing configuration or create a new one);SetGlobal(_FromConfigName,%CustomizationList%);CopyConfig(_NewConfigName);CopyDir(%Root%Configs\%_FromConfigName%,%Root%Configs\%_NewConfigName%)
|
||||
onCommand=VerifySet(%CustomizationList%,Choose an existing configuration or create a new one);SetGlobal(_FromConfigName,%CustomizationList%);wizard.CopyConfig(_NewConfigName);GenerateDirList(CustomizationList,%Root%Configs\*.*);SelectItem(%_NewConfigName%);CopyDir(%Root%Configs\%_FromConfigName%,%Root%Configs\%_NewConfigName%)
|
||||
|
||||
; GenerateFileList not required due to the way NewConfigDialog works,
|
||||
; but this should be changed at some point...
|
||||
|
|
Загрузка…
Ссылка в новой задаче