]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/checklst/checklst.cpp
Mention wxCURSOR_BLANK
[wxWidgets.git] / samples / checklst / checklst.cpp
index c5d5cd7580e650ada5a5df6d7cbb5620f52aaa6d..553bf0760cd23d1bdc80549357950a7a8a99d330 100644 (file)
@@ -204,8 +204,7 @@ void CheckListBoxFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
 
 void CheckListBoxFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
 
 void CheckListBoxFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
-    wxMessageBox(wxT("Demo of wxCheckListBox control\n"
-                    "© Vadim Zeitlin 1998-1999"),
+    wxMessageBox(wxT("Demo of wxCheckListBox control\n© Vadim Zeitlin 1998-1999"),
                  wxT("About wxCheckListBox"),
                  wxICON_INFORMATION, this);
 }
                  wxT("About wxCheckListBox"),
                  wxICON_INFORMATION, this);
 }