]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sysopt.cpp
clamp the point size of the font to a reaosnable range (second part of patch 1481722)
[wxWidgets.git] / src / common / sysopt.cpp
index b04061e2d1a98d298e689724603016cb4eb5c298..a5967226a8b6108baf176dde454c0c02d3f6d5ce 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        common/sysopt.cpp
+// Name:        src/common/sysopt.cpp
 // Purpose:     wxSystemOptions
 // Author:      Julian Smart
 // Modified by:
 // headers
 // ---------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "sysopt.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 
 #if wxUSE_SYSTEM_OPTIONS
 
+#include "wx/sysopt.h"
+
 #ifndef WX_PRECOMP
     #include "wx/list.h"
+    #include "wx/string.h"
 #endif
 
-#include "wx/string.h"
-#include "wx/sysopt.h"
 #include "wx/arrstr.h"
 
 // ----------------------------------------------------------------------------
@@ -90,4 +87,3 @@ bool wxSystemOptions::HasOption(const wxString& name)
 }
 
 #endif // wxUSE_SYSTEM_OPTIONS
-