]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/settcmn.cpp
use correct fallback file name in SaveFile() (patch 820884)
[wxWidgets.git] / src / common / settcmn.cpp
index 6e84b6a118ace22e93fde7e61da6fbb933ae4f03..be4269cd9b8fb9672bcb80d6ffef8c0d350a1267 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWindows team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -15,7 +15,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "settings.h"
 #endif