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:
Benjamin Williams 2006-07-24 11:32:42 +00:00
parent f169e95d03
commit 17da541092

View File

@ -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