]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/palette.cpp
removed a SetFont(parent->GetFont())
[wxWidgets.git] / src / msw / palette.cpp
index 159975a9639194f840306ca4f056c217693b1f43..40573ae14870a8f9b596e86e6a64b55f4ec1bbfe 100644 (file)
@@ -5,11 +5,11 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:     wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "palette.h"
 #endif