X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b935c45dee0e6036de3e83c44015d14d3958ac7f..b7d74e9ca32b2ffd17bd0f98fde97361b6d5ec0f:/src/xrc/xh_bmpcbox.cpp diff --git a/src/xrc/xh_bmpcbox.cpp b/src/xrc/xh_bmpcbox.cpp index 464f75b79f..43936df9dd 100644 --- a/src/xrc/xh_bmpcbox.cpp +++ b/src/xrc/xh_bmpcbox.cpp @@ -44,8 +44,7 @@ wxObject *wxBitmapComboBoxXmlHandler::DoCreateResource() { if ( !m_combobox ) { - wxLogError(_("XRC syntex error: ownerdrawnitem only allowed within " - " a bitmapcombobox!")); + ReportError("ownerdrawnitem only allowed within a wxBitmapComboBox"); return NULL; }