]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/settings.cpp
Correction to position of rotated text.
[wxWidgets.git] / src / gtk1 / settings.cpp
index 8ee443f68b34f9f618bb77ea62fe60a882b49aa8..99894b71a27510b7b8b7f9c7106d20fc62f92e63 100644 (file)
@@ -15,8 +15,8 @@
 #include "wx/settings.h"
 #include "wx/debug.h"
 
-#include "gdk/gdk.h"
-#include "gtk/gtk.h"
+#include <gdk/gdk.h>
+#include <gtk/gtk.h>
 
 /*
 #define wxSYS_COLOUR_SCROLLBAR         0
@@ -191,7 +191,7 @@ int wxSystemSettings::GetSystemMetric( int index )
         case wxSYS_VSCROLL_X:  return 15;
     }
     
-    wxCHECK_MSG( index, 0, _T("wxSystemSettings::GetSystemMetric not fully implemented") );
+    wxCHECK_MSG( index, 0, wxT("wxSystemSettings::GetSystemMetric not fully implemented") );
     
     return 0;
 }