wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src/editor editor_dialogs.cpp


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth/src/editor editor_dialogs.cpp
Date: Sat, 16 Apr 2005 15:27:33 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/04/16 19:27:33

Modified files:
        src/editor     : editor_dialogs.cpp 

Log message:
        Change "Full Screen" -> "Toggle Fullscreen" in editor also.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/editor/editor_dialogs.cpp.diff?tr1=1.27&tr2=1.28&r1=text&r2=text

Patches:
Index: wesnoth/src/editor/editor_dialogs.cpp
diff -u wesnoth/src/editor/editor_dialogs.cpp:1.27 
wesnoth/src/editor/editor_dialogs.cpp:1.28
--- wesnoth/src/editor/editor_dialogs.cpp:1.27  Thu Apr 14 10:15:15 2005
+++ wesnoth/src/editor/editor_dialogs.cpp       Sat Apr 16 19:27:33 2005
@@ -279,7 +279,7 @@
        scroll_slider.set_max(100);
        scroll_slider.set_value(preferences::scroll_speed());
 
-       gui::button fullscreen_button(disp.video(),_("Full Screen"),
+       gui::button fullscreen_button(disp.video(),_("Toggle Fullscreen"),
                                      gui::button::TYPE_CHECK);
 
        fullscreen_button.set_check(preferences::fullscreen());




reply via email to

[Prev in Thread] Current Thread [Next in Thread]