Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Merge pull request #3 from disrupted/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
dotbot authored Dec 5, 2016
2 parents 3ed7b5b + aecb844 commit af5f665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/TextureTool.au3
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ While 1
$command = "base.exe " & '"' & $selected & '"' & ' "' & $outputed
;msgbox(0,"",$command)
Run(@ComSpec & " /c " & $command, @TempDir, @SW_HIDE)
GUICtrlSetData($status, "Please wait until it's done. This may takes a few seconds")
GUICtrlSetData($status, "Please wait until it's done. This may take a few seconds")
TrayTip("Texture Extraction", "Please wait until its done...", 2, 1)
bar()
ProcessWaitClose("cmd.exe")
Expand Down

0 comments on commit af5f665

Please sign in to comment.