From 856e0fa454467a38293846a5311cae8f06a23399 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Tue, 28 Dec 2004 00:31:41 +0000 Subject: [PATCH] Display message typo corrected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/db/dbtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.45.2