git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2198
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
DoLogString(str + szString, t);
// fall through
DoLogString(str + szString, t);
// fall through
#ifdef __WXDEBUG__
DoLogString(szString, t);
#endif
#ifdef __WXDEBUG__
DoLogString(szString, t);
#endif
case wxLOG_Status:
// by default, these messages are ignored by wxLog, so process
// them ourselves
case wxLOG_Status:
// by default, these messages are ignored by wxLog, so process
// them ourselves
+ if ( !wxIsEmpty(szString) )
{
wxString str;
str << _("Status: ") << szString;
{
wxString str;
str << _("Status: ") << szString;