]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/wizard/wizard.cpp
Implement using NSColor class methods for system colors.
[wxWidgets.git] / samples / wizard / wizard.cpp
index fdda061014536a4061077eefc9844c2102219186..11645c16d06ccf78f2fb12930e8b496f4d800bd7 100644 (file)
@@ -345,7 +345,7 @@ void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
 void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     wxMessageBox(_T("Demo of wxWizard class\n")
-                 _T("© 1999, 2000 Vadim Zeitlin"),
+                 _T("(c) 1999, 2000 Vadim Zeitlin"),
                  _T("About wxWizard sample"), wxOK | wxICON_INFORMATION, this);
 }