Browse Source

* use MacOSAll instead of FPCMacOSAll

git-svn-id: trunk@13371 -
Jonas Maebe 16 years ago
parent
commit
70dea05563
1 changed files with 1 additions and 1 deletions
  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}