projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unicode compilation fix
[wxWidgets.git]
/
src
/
gtk
/
statline.cpp
diff --git
a/src/gtk/statline.cpp
b/src/gtk/statline.cpp
index 6129db45004210bab1901b380b39aafa44d66a7a..60970765ed978d3ad4ef064a181807f972d522f9 100644
(file)
--- a/
src/gtk/statline.cpp
+++ b/
src/gtk/statline.cpp
@@
-44,7
+44,7
@@
bool wxStaticLine::Create( wxWindow *parent, wxWindowID id,
if (!PreCreation( parent, pos, size ) ||
!CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))
{
if (!PreCreation( parent, pos, size ) ||
!CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))
{
- wxFAIL_MSG( T("wxStaticLine creation failed") );
+ wxFAIL_MSG(
wx
T("wxStaticLine creation failed") );
return FALSE;
}
return FALSE;
}