Fixed msgbox issue
authorGeorge Pantazis <gpant@noc.grnet.gr>
Tue, 13 Mar 2012 15:48:16 +0000 (17:48 +0200)
committerGeorge Pantazis <gpant@noc.grnet.gr>
Tue, 13 Mar 2012 15:48:16 +0000 (17:48 +0200)
Signed-off-by: George Pantazis <gpant@noc.grnet.gr>

trunk/Pithos.Installer/PithosPlus.iss

index 3871e69..eb26ef6 100644 (file)
@@ -588,7 +588,7 @@ strProg: string;
 begin\r
   winHwnd := FindWindowByClassName('{MyAppMutex}');\r
   if winHwnd<>0 then begin { no module found or ignore pressed}\r
-      msgbox("mutexfound", mbInformation,mbOK);\r
+      msgbox('mutexfound', mbInformation,mb_OK);\r
       postmessage(winHwnd,WM_QUIT,0,0);\r
    //abort();\r
   end;\r