wxString::IsEmpty() => empty()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f169e95d03
commit
17da541092
@ -326,7 +326,7 @@ void wxAuiTabContainer::DrawTab(wxDC* dc,
|
||||
|
||||
// if the caption is empty, measure some temporary text
|
||||
wxString caption = caption_text;
|
||||
if (caption_text.IsEmpty())
|
||||
if (caption_text.empty())
|
||||
caption = wxT("Xj");
|
||||
|
||||
// measure text
|
||||
|
Loading…
Reference in New Issue
Block a user