CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Bram Ridder <[EMAIL PROTECTED]> 05/07/17 14:02:06
Modified files:
src/editor : editor_main.cpp
Log message:
Added a caption to the editor's frame.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/editor/editor_main.cpp.diff?tr1=1.35&tr2=1.36&r1=text&r2=text
Patches:
Index: wesnoth/src/editor/editor_main.cpp
diff -u wesnoth/src/editor/editor_main.cpp:1.35
wesnoth/src/editor/editor_main.cpp:1.36
--- wesnoth/src/editor/editor_main.cpp:1.35 Sat Jul 2 21:37:19 2005
+++ wesnoth/src/editor/editor_main.cpp Sun Jul 17 14:02:06 2005
@@ -227,6 +227,9 @@
}
}
+ // Set the caption of the window
+ SDL_WM_SetCaption(_("Battle for Wesnoth Map Editor"), NULL);
+
//Read the configuration af
config cfg;
try {