projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Document wxFileName::SetPath().
[wxWidgets.git]
/
src
/
os2
/
combobox.cpp
diff --git
a/src/os2/combobox.cpp
b/src/os2/combobox.cpp
index 8900b0ef18b774e08c82a1b04de25a8f6eea9fb4..002ea2015cb5f5e0ff29f94c73e711175d373e3a 100644
(file)
--- a/
src/os2/combobox.cpp
+++ b/
src/os2/combobox.cpp
@@
-140,7
+140,7
@@
bool wxComboBox::Create(
lSstyle |= CBS_DROPDOWN;
lSstyle |= CBS_DROPDOWN;
- if (!OS2CreateControl(
_
T("COMBOBOX")
+ if (!OS2CreateControl(
wx
T("COMBOBOX")
,lSstyle
))
return false;
,lSstyle
))
return false;