Display message typo corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1484,7 +1484,7 @@ void CeditorDlg::OnCommand(wxWindow& win, wxCommandEvent& WXUNUSED(event))
|
|||||||
if (wxGetApp().Contact->GetDb()->Catalog(wxEmptyString, wxT("catalog.txt")))
|
if (wxGetApp().Contact->GetDb()->Catalog(wxEmptyString, wxT("catalog.txt")))
|
||||||
wxMessageBox(wxT("The file 'catalog.txt' was created."));
|
wxMessageBox(wxT("The file 'catalog.txt' was created."));
|
||||||
else
|
else
|
||||||
wxMessageBox(wxT("Creation of the file 'catalog.txt' was failed."));
|
wxMessageBox(wxT("Creation of the file 'catalog.txt' failed."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user