Revision 300caaab

b/trunk/Pithos.Installer/PithosPlus.iss
588 588
begin
589 589
  winHwnd := FindWindowByClassName('{MyAppMutex}');
590 590
  if winHwnd<>0 then begin { no module found or ignore pressed}
591
      msgbox("mutexfound", mbInformation,mbOK);
591
      msgbox('mutexfound', mbInformation,mb_OK);
592 592
      postmessage(winHwnd,WM_QUIT,0,0);
593 593
   //abort();
594 594
  end;

Also available in: Unified diff