projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updates for Y positioning
[wxWidgets.git]
/
src
/
generic
/
statline.cpp
diff --git
a/src/generic/statline.cpp
b/src/generic/statline.cpp
index b430f8d28048e870e638cdc27893bcbc6d0e92e2..964385982f45ed34a142b25c3e45820f73fedd39 100644
(file)
--- a/
src/generic/statline.cpp
+++ b/
src/generic/statline.cpp
@@
-55,7
+55,7
@@
bool wxStaticLine::Create( wxWindow *parent,
wxSize sizeReal = AdjustSize(size);
- m_statbox = new wxStaticBox(parent, id, T(""), pos, sizeReal, style, name);
+ m_statbox = new wxStaticBox(parent, id,
wx
T(""), pos, sizeReal, style, name);
return TRUE;
}