projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Correct the name of the header for GTK+ < 2.14.
[wxWidgets.git]
/
src
/
xrc
/
xh_bmpcbox.cpp
diff --git
a/src/xrc/xh_bmpcbox.cpp
b/src/xrc/xh_bmpcbox.cpp
index 464f75b79fad172001882c7b04e5a9502cf84c35..43936df9dd8e66eb3dae870e46d1e32041fe1b0a 100644
(file)
--- a/
src/xrc/xh_bmpcbox.cpp
+++ b/
src/xrc/xh_bmpcbox.cpp
@@
-44,8
+44,7
@@
wxObject *wxBitmapComboBoxXmlHandler::DoCreateResource()
{
if ( !m_combobox )
{
{
if ( !m_combobox )
{
- wxLogError(_("XRC syntex error: ownerdrawnitem only allowed within "
- " a bitmapcombobox!"));
+ ReportError("ownerdrawnitem only allowed within a wxBitmapComboBox");
return NULL;
}
return NULL;
}