mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Can't have commands after a Reload
This commit is contained in:
parent
71c33aa211
commit
72c8faab62
@ -212,7 +212,7 @@ Width=77
|
||||
Height=17
|
||||
dll=NULL
|
||||
function=command
|
||||
parameters=VerifySet(%CustomizationList%,Choose an existing configuration or create a new one);Reload(Configs\%CustomizationList%);SetGlobal(_FromConfigName,%CustomizationList%);NewConfigDialog(_NewConfigName);CopyDir(Configs\%_FromConfigName%,Configs\%_NewConfigName%)
|
||||
parameters=VerifySet(%CustomizationList%,Choose an existing configuration or create a new one);SetGlobal(_FromConfigName,%CustomizationList%);NewConfigDialog(_NewConfigName);CopyDir(Configs\%_FromConfigName%,Configs\%_NewConfigName%);Reload(Configs\%_NewConfigName%)
|
||||
|
||||
; GenerateFileList not required due to the way NewConfigDialog works,
|
||||
; but this should be changed at some point...
|
||||
|
Loading…
x
Reference in New Issue
Block a user