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_main.cpp


From: Bram Ridder
Subject: [Wesnoth-cvs-commits] wesnoth/src/editor editor_main.cpp
Date: Sun, 17 Jul 2005 10:02:06 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Bram Ridder <address@hidden>    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 {




reply via email to

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