CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: ott <[EMAIL PROTECTED]> 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());