]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/gauge.cpp
fixed radiobox layouting: asks GTK for best size, does not compute it from string...
[wxWidgets.git] / src / gtk1 / gauge.cpp
index 35d9ad6f378f4afb743e0addb9c281468ae6fcc8..6cfcc74b0eac273ff3fa1467bd029bdc57a035bf 100644 (file)
@@ -15,8 +15,8 @@
 
 #if wxUSE_GAUGE
 
 
 #if wxUSE_GAUGE
 
-#include "gdk/gdk.h"
-#include "gtk/gtk.h"
+#include <gdk/gdk.h>
+#include <gtk/gtk.h>
 
 //-----------------------------------------------------------------------------
 // wxGauge
 
 //-----------------------------------------------------------------------------
 // wxGauge
@@ -33,7 +33,7 @@ bool wxGauge::Create( wxWindow *parent, wxWindowID id,  int range,
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, validator, name ))
     {
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, validator, name ))
     {
-        wxFAIL_MSG( _T("wxGauge creation failed") );
+        wxFAIL_MSG( wxT("wxGauge creation failed") );
        return FALSE;
     }
 
        return FALSE;
     }