]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/regtest/regtest.cpp
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git] / samples / regtest / regtest.cpp
index 8519a7cbdb583db517a388a06a00edaf1a119b23..d350aba026eedcc347f1c1b55b19a8bba3ca18b3 100644 (file)
@@ -964,7 +964,7 @@ bool RegTreeCtrl::TreeNode::OnExpand()
     while ( bCont )
     {
         wxString strItem;
-        if (str.IsEmpty())
+        if (str.empty())
             strItem = _T("<default>");
         else
             strItem = str;