Author: alink
Date: Sun Jul 13 04:50:36 2008
New Revision: 27969
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27969&view=rev
Log:
fix a typo mixing names and description for special attacks topics in help
Modified:
trunk/src/help.cpp
Modified: trunk/src/help.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/help.cpp?rev=27969&r1=27968&r2=27969&view=diff
==============================================================================
--- trunk/src/help.cpp (original)
+++ trunk/src/help.cpp Sun Jul 13 04:50:36 2008
@@ -1103,7 +1103,7 @@
text << (*u) << "\n";
}
- topics.push_back( topic(s->second, id, text.str()) );
+ topics.push_back( topic(s->first, id, text.str()) );
}
if (sort_generated)
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits