X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94129723b995cb7e48094f602f5ba52b346f6855..b4d1ebf058c64f5b9e0ddf3264ce8a801eae4f79:/src/gtk1/settings.cpp diff --git a/src/gtk1/settings.cpp b/src/gtk1/settings.cpp index 8ee443f68b..99894b71a2 100644 --- a/src/gtk1/settings.cpp +++ b/src/gtk1/settings.cpp @@ -15,8 +15,8 @@ #include "wx/settings.h" #include "wx/debug.h" -#include "gdk/gdk.h" -#include "gtk/gtk.h" +#include +#include /* #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; }