diff options
Diffstat (limited to 'tools/IconPatcher/IconPatcher_v.1.0.iss')
-rw-r--r-- | tools/IconPatcher/IconPatcher_v.1.0.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/IconPatcher/IconPatcher_v.1.0.iss b/tools/IconPatcher/IconPatcher_v.1.0.iss index 1447d7b4d5..9330123b4f 100644 --- a/tools/IconPatcher/IconPatcher_v.1.0.iss +++ b/tools/IconPatcher/IconPatcher_v.1.0.iss @@ -548,7 +548,7 @@ begin handle := OpenProcess(1048576 or 1, false, PID);
if handle <> 0 then
begin
- StatusBar.Panels[0].Text := FmtMessage(CustomMessage('cmStatusLabelCaption1a'), ['Waiting...']);
+ StatusBar.Panels[0].Text := CustomMessage('cmWaititng');
StatusBar.Refresh;
if WaitForSingleObject(handle, 15000) = 258 then
TerminateProcess(handle, 9);
|