it doesn't make sense to have translatable string in wxFAIL_MSG...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -230,7 +230,7 @@ void wxLEDNumberCtrl::OnPaint(wxPaintEvent &Event)
|
|||||||
// just skip it
|
// just skip it
|
||||||
break;
|
break;
|
||||||
default :
|
default :
|
||||||
wxFAIL_MSG(_("Unknown digit value"));
|
wxFAIL_MSG(wxT("Unknown digit value"));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -344,7 +344,7 @@ void wxLEDNumberCtrl::RecalcInternals(const wxSize &CurrentSize)
|
|||||||
m_LeftStartPos = (ClientWidth - ValueWidth) / 2;
|
m_LeftStartPos = (ClientWidth - ValueWidth) / 2;
|
||||||
break;
|
break;
|
||||||
default :
|
default :
|
||||||
wxFAIL_MSG(_("Unknown alignent value for wxLEDNumberCtrl."));
|
wxFAIL_MSG(wxT("Unknown alignent value for wxLEDNumberCtrl."));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user