ui.tools.deploy: change "Deploy as Windows console application" to read "Deploy as console application on Windows"; makes it a bit clearer that the switch only affects Windows deployment

db4
Joe Groff 2011-09-15 15:05:17 -07:00
parent 9bd84e73f4
commit 24264e94f4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ TUPLE: deploy-gadget < pack vocab settings ;
: deploy-console ( parent -- parent )
deploy-console? get
"Deploy as Windows console application" <checkbox> add-gadget ;
"Deploy as console application on Windows" <checkbox> add-gadget ;
: deploy-ui ( parent -- parent )
deploy-ui? get