]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/regtest/regtest.cpp
Unicode compilation fix
[wxWidgets.git] / samples / regtest / regtest.cpp
index 4cca25f55de08d79f7dc813a4f1619edb56c4a23..d350aba026eedcc347f1c1b55b19a8bba3ca18b3 100644 (file)
@@ -385,7 +385,7 @@ void RegFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     wxMessageDialog dialog(this,
         _T("wxRegistry sample\n")
 {
     wxMessageDialog dialog(this,
         _T("wxRegistry sample\n")
-        _T("© 1998, 2000 Vadim Zeitlin"),
+        _T("(c) 1998, 2000 Vadim Zeitlin"),
         _T("About wxRegTest"), wxOK);
 
     dialog.ShowModal();
         _T("About wxRegTest"), wxOK);
 
     dialog.ShowModal();
@@ -964,7 +964,7 @@ bool RegTreeCtrl::TreeNode::OnExpand()
     while ( bCont )
     {
         wxString strItem;
     while ( bCont )
     {
         wxString strItem;
-        if (str.IsEmpty())
+        if (str.empty())
             strItem = _T("<default>");
         else
             strItem = str;
             strItem = _T("<default>");
         else
             strItem = str;