Explorar el Código

* use MacOSAll instead of FPCMacOSAll

git-svn-id: trunk@13371 -
Jonas Maebe hace 16 años
padre
commit
70dea05563
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/graph/src/macosx/graph.pp

+ 1 - 1
packages/graph/src/macosx/graph.pp

@@ -18,7 +18,7 @@ interface
 uses
   { in the interface so the graphh definitions of moveto etc override }
   { the ones in the universal interfaces                              }
-  FPCMacOSAll;
+  MacOSAll;
 
 {$pascalmainname FPCMacOSXGraphMain}