]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/minimal.cpp
Added "metal" theme.
[wxWidgets.git] / samples / minimal / minimal.cpp
index 29c30397a598b959fe5e3293a5965d9bb7b821c1..29ea39bf0d2d5bce88a9e24bbe861a415fc0e2a9 100644 (file)
@@ -182,7 +182,7 @@ void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
 void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     wxString msg;
-    msg.Printf( _T("This is the about dialog of minimal sample.\n")
+    msg.Printf( _T("This is the About dialog of the minimal sample.\n")
                 _T("Welcome to %s"), wxVERSION_STRING);
 
     wxMessageBox(msg, _T("About Minimal"), wxOK | wxICON_INFORMATION, this);