Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
r57zone committed Jun 8, 2015
1 parent 1586210 commit f276fd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Unit1.pas
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ procedure TForm1.FormCreate(Sender: TObject);
var
WND:HWND; Path:string;
begin
Application.Title:='Notification Show';
WND:=FindWindow(nil, 'Notification Show');
if WND<>0 then while WND<>0 do begin sleep(100); WND:=FindWindow(nil, 'Notification Show'); end;
Caption:='Notification Show';
Expand Down

0 comments on commit f276fd1

Please sign in to comment.