projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Compile-fix after modifying timercmn.cp
[wxWidgets.git]
/
src
/
gtk1
/
gauge.cpp
diff --git
a/src/gtk1/gauge.cpp
b/src/gtk1/gauge.cpp
index 35d9ad6f378f4afb743e0addb9c281468ae6fcc8..6cfcc74b0eac273ff3fa1467bd029bdc57a035bf 100644
(file)
--- a/
src/gtk1/gauge.cpp
+++ b/
src/gtk1/gauge.cpp
@@
-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(
wx
T("wxGauge creation failed") );
return FALSE;
}
return FALSE;
}