Author: mordante
Date: Fri Jul 11 20:45:33 2008
New Revision: 27910

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27910&view=rev
Log:
Fix a typo.

Modified:
    trunk/src/gui/widgets/window_builder.cpp

Modified: trunk/src/gui/widgets/window_builder.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/window_builder.cpp?rev=27910&r1=27909&r2=27910&view=diff
==============================================================================
--- trunk/src/gui/widgets/window_builder.cpp (original)
+++ trunk/src/gui/widgets/window_builder.cpp Fri Jul 11 20:45:33 2008
@@ -425,8 +425,8 @@
        grid = new tbuilder_grid(*(cfg.child("grid")));
 
        if(!automatic_placement) {
-               VALIDATE(width, missing_mandatory_wml_key("resulution", 
"width"));
-               VALIDATE(height, missing_mandatory_wml_key("resulution", 
"height"));
+               VALIDATE(width, missing_mandatory_wml_key("resolution", 
"width"));
+               VALIDATE(height, missing_mandatory_wml_key("resolution", 
"height"));
        }
 
        DBG_G_P << "Window builder: parsing resolution " 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to