projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace incorrect uses of wxString::empty() with the intended clear().
[wxWidgets.git]
/
src
/
msw
/
wince
/
tbarwce.cpp
diff --git
a/src/msw/wince/tbarwce.cpp
b/src/msw/wince/tbarwce.cpp
index 90da7a1ebd109aa944c1644231428b4d0e5f4792..e8a3119150f55c24816eda1a45a0b013c4dda5bb 100644
(file)
--- a/
src/msw/wince/tbarwce.cpp
+++ b/
src/msw/wince/tbarwce.cpp
@@
-429,7
+429,7
@@
bool wxToolMenuBar::Realize()
}
int n = 0;
- if ( bmpToUse.Ok() )
+ if ( bmpToUse.
Is
Ok() )
{
n = ::CommandBar_AddBitmap( (HWND) GetHWND(), NULL, (int) (HBITMAP) bmpToUse.GetHBITMAP(),
1, 16, 16 );