]> git.saurik.com Git - wxWidgets.git/commitdiff
Display message typo corrected
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 28 Dec 2004 00:31:41 +0000 (00:31 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 28 Dec 2004 00:31:41 +0000 (00:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/db/dbtest.cpp

index c999c7019cbd286c3c22d321ce6b3be5792f8df5..56254c6a8f0ec21006fa665130e63322aed0f090 100644 (file)
@@ -1484,7 +1484,7 @@ void CeditorDlg::OnCommand(wxWindow& win, wxCommandEvent& WXUNUSED(event))
         if (wxGetApp().Contact->GetDb()->Catalog(wxEmptyString, wxT("catalog.txt")))
             wxMessageBox(wxT("The file 'catalog.txt' was created."));
         else
-            wxMessageBox(wxT("Creation of the file 'catalog.txt' was failed."));
+            wxMessageBox(wxT("Creation of the file 'catalog.txt' failed."));
         return;
     }