소스 검색

* use MacOSAll instead of FPCMacOSAll

git-svn-id: trunk@13371 -
Jonas Maebe 16 년 전
부모
커밋
70dea05563
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}