Explorar el Código

* Uninstall called sysinstall instead of sysuninstall

git-svn-id: trunk@8348 -
michael hace 18 años
padre
commit
93e58304f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-base/src/inc/daemonapp.pp

+ 1 - 1
packages/fcl-base/src/inc/daemonapp.pp

@@ -669,7 +669,7 @@ end;
 Function TCustomDaemon.UnInstall : Boolean;
 begin
   Result:=True;
-  Application.SysInstallDaemon(Self);
+  Application.SysUnInstallDaemon(Self);
 end;
 
 function TCustomDaemon.HandleCustomCode(ACode: DWord): Boolean;