From: George Tasker <gtasker@allenbrook.com>
Date: Tue, 28 Dec 2004 00:31:41 +0000 (+0000)
Subject: Display message typo corrected
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/856e0fa454467a38293846a5311cae8f06a23399

Display message typo corrected


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/samples/db/dbtest.cpp b/samples/db/dbtest.cpp
index c999c7019c..56254c6a8f 100644
--- a/samples/db/dbtest.cpp
+++ b/samples/db/dbtest.cpp
@@ -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;
     }