#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
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;
}