wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src reports.cpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src reports.cpp
Date: Fri, 28 Jan 2005 20:56:34 -0500

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

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