]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/gauge.cpp
*** empty log message ***
[wxWidgets.git] / src / gtk1 / gauge.cpp
index 46c3fbdb9f8b3b6233bfc25d20cbca48143605bb..6cfcc74b0eac273ff3fa1467bd029bdc57a035bf 100644 (file)
@@ -15,8 +15,8 @@
 
 #if wxUSE_GAUGE
 
-#include "gdk/gdk.h"
-#include "gtk/gtk.h"
+#include <gdk/gdk.h>
+#include <gtk/gtk.h>
 
 //-----------------------------------------------------------------------------
 // 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 ))
     {
-        wxFAIL_MSG( T("wxGauge creation failed") );
+        wxFAIL_MSG( wxT("wxGauge creation failed") );
        return FALSE;
     }