CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <[EMAIL PROTECTED]> 04/10/27 23:23:02

Modified files:
        src/editor     : editor.cpp 

Log message:
        Fixed compile error in editor

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

Patches:
Index: wesnoth/src/editor/editor.cpp
diff -u wesnoth/src/editor/editor.cpp:1.82 wesnoth/src/editor/editor.cpp:1.83
--- wesnoth/src/editor/editor.cpp:1.82  Thu Sep  2 15:41:10 2004
+++ wesnoth/src/editor/editor.cpp       Wed Oct 27 23:23:02 2004
@@ -1068,7 +1068,7 @@
        }
        static const std::string style = "menu2";
        const int res = gui::show_dialog(gui_, NULL, "", "", gui::MESSAGE, 
&menu, NULL, "",
-                                                                        NULL, 
NULL, NULL, xloc, yloc, &style);
+                                                                        NULL, 
256, NULL, NULL, xloc, yloc, &style);
        if(res < 0 || (unsigned)res >= items.size())
                return;
        const hotkey::HOTKEY_COMMAND cmd = 
hotkey::string_to_command(items[res]);


Reply via email to