projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bad delete operator, should be delete [] for gs_FSMimeFallbacks and removing debug...
[wxWidgets.git]
/
src
/
gtk
/
gauge.cpp
diff --git
a/src/gtk/gauge.cpp
b/src/gtk/gauge.cpp
index 46c3fbdb9f8b3b6233bfc25d20cbca48143605bb..6cfcc74b0eac273ff3fa1467bd029bdc57a035bf 100644
(file)
--- a/
src/gtk/gauge.cpp
+++ b/
src/gtk/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;
}