CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <[EMAIL PROTECTED]> 05/01/29 01:56:34

Modified files:
        src            : reports.cpp 

Log message:
        made an attack's type display in its tooltip

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

Patches:
Index: wesnoth/src/reports.cpp
diff -u wesnoth/src/reports.cpp:1.58 wesnoth/src/reports.cpp:1.59
--- wesnoth/src/reports.cpp:1.58        Sun Jan 23 16:09:57 2005
+++ wesnoth/src/reports.cpp     Sat Jan 29 01:56:34 2005
@@ -190,7 +190,7 @@
                        
                        str << lang_weapon << " (" << lang_type << ")\n";
 
-                       tooltip << lang_weapon << "\n";
+                       tooltip << lang_weapon << " (" << lang_type << ")\n";
 
                        //find all the unit types on the map, and show this 
weapon's bonus against all the different units
                        std::set<const unit_type*> seen_units;


Reply via email to