Fixed a small output bug

This commit is contained in:
Christian Hammacher
2005-11-05 11:20:52 +00:00
parent 6ea52a9a08
commit 1cb99082e2
6 changed files with 17 additions and 17 deletions

View File

@ -1919,6 +1919,7 @@ begin
except
Screen.Cursor := crDefault;
MessageBox(Handle, PChar(lFailedUpdatePluginsIni), PChar(Application.Title), MB_ICONERROR);
exit;
end;
eFound := False;
@ -1953,6 +1954,7 @@ begin
except
Screen.Cursor := crDefault;
MessageBox(Handle, PChar(lFailedUpdatePluginsIni), PChar(Application.Title), MB_ICONERROR);
exit;
end;
Screen.Cursor := crDefault;
end;