]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/toplevel.cpp
Set HTML data even in Unicode mode
[wxWidgets.git] / src / x11 / toplevel.cpp
index 7fcd2b9894ca1036389d8c1d971717e2845e1244..c6d1b1c13062fa5318b836ab5e83cca40d4a9d06 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "toplevel.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -669,7 +665,7 @@ struct MwmHints {
 #define PROP_MOTIF_WM_HINTS_ELEMENTS 5
 
 // Set the window manager decorations according to the
-// given wxWindows style
+// given wxWidgets style
 bool wxSetWMDecorations(Window w, long style)
 {
 #if wxUSE_NANOX