projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix last error display in wxLogSysError().
[wxWidgets.git]
/
src
/
gtk
/
bmpbuttn.cpp
diff --git
a/src/gtk/bmpbuttn.cpp
b/src/gtk/bmpbuttn.cpp
index a3df929f8dccf49afaff1f3ea63587254973979e..f6d2ee2e6e296ec00972b0d8668c84e332eeee0c 100644
(file)
--- a/
src/gtk/bmpbuttn.cpp
+++ b/
src/gtk/bmpbuttn.cpp
@@
-25,9
+25,7
@@
bool wxBitmapButton::Create(wxWindow *parent,
const wxValidator& validator,
const wxString& name)
{
- if ( !wxBitmapButtonBase::Create(parent, id, "",
- pos, size,
- style | wxBU_NOTEXT,
+ if ( !wxBitmapButtonBase::Create(parent, id, pos, size, style,
validator, name) )
return false;