From 5afb199e66f63d51355eb07c6bbb4c306b1670e2 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 27 Feb 2005 21:40:38 +0000 Subject: [PATCH] Typo --- src/mmg/mmg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mmg/mmg.cpp b/src/mmg/mmg.cpp index bc1aa1f7d..926e214b5 100644 --- a/src/mmg/mmg.cpp +++ b/src/mmg/mmg.cpp @@ -1071,7 +1071,7 @@ mmg_dialog::check_before_overwriting() { if (wxMessageBox(wxT("Splitting is active, and at least one of the " "potential output files '") + dir + name + wxT("*") + - (file_name.HasExt() ? wxT("") : wxEmptyString) + ext + + (file_name.HasExt() ? wxT(".") : wxEmptyString) + ext + wxT("' already exists. Do you want to overwrite them?"), wxT("Overwrite existing file(s)?"), wxYES_NO) != wxYES) return false;