[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src/editor editor_dialogs.cpp
From: |
Yann Dirson |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src/editor editor_dialogs.cpp |
Date: |
Thu, 02 Sep 2004 10:06:19 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <address@hidden> 04/09/02 14:01:21
Modified files:
src/editor : editor_dialogs.cpp
Log message:
fixed multiline string
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/editor/editor_dialogs.cpp.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
Patches:
Index: wesnoth/src/editor/editor_dialogs.cpp
diff -u wesnoth/src/editor/editor_dialogs.cpp:1.16
wesnoth/src/editor/editor_dialogs.cpp:1.17
--- wesnoth/src/editor/editor_dialogs.cpp:1.16 Thu Sep 2 11:43:11 2004
+++ wesnoth/src/editor/editor_dialogs.cpp Thu Sep 2 14:01:21 2004
@@ -42,8 +42,7 @@
bool confirm_modification_disposal(display& disp) {
const int res = gui::show_dialog(disp, NULL, "",
-
_("Your modifications to the map will be lost.
-
Continue?"),
+ _("Your modifications to the map will
be lost. Continue?"),
gui::OK_CANCEL);
return res == 0;
}