CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Nils Kneuper <[EMAIL PROTECTED]> 05/08/25 12:39:00
Modified files:
src : playturn.cpp
Log message:
Removed doublespace
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/playturn.cpp.diff?tr1=1.390&tr2=1.391&r1=text&r2=text
Patches:
Index: wesnoth/src/playturn.cpp
diff -u wesnoth/src/playturn.cpp:1.390 wesnoth/src/playturn.cpp:1.391
--- wesnoth/src/playturn.cpp:1.390 Mon Aug 8 22:59:19 2005
+++ wesnoth/src/playturn.cpp Thu Aug 25 12:39:00 2005
@@ -1,4 +1,4 @@
-/* $Id: playturn.cpp,v 1.390 2005/08/08 22:59:19 isaaccp Exp $ */
+/* $Id: playturn.cpp,v 1.391 2005/08/25 12:39:00 ivanovic Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -1308,7 +1308,7 @@
//Ask for confirmation if the player hasn't made any moves (other than
gotos).
if(preferences::confirm_no_moves() && ! some_units_have_moved) {
- const int res = gui::show_dialog(gui_,NULL,"",_("You have not
started your turn yet. Do you really want to end your turn?"), gui::YES_NO);
+ const int res = gui::show_dialog(gui_,NULL,"",_("You have not
started your turn yet. Do you really want to end your turn?"), gui::YES_NO);
if(res != 0) {
return;
}