Merge branch 'master' of https://github.com/wesnoth/wesnoth
This commit is contained in:
commit
7380308524
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ set_label(twindow& window, const std::string& id, const std::string& label)
|
|||
|
||||
static std::string format_stats(const unit& u)
|
||||
{
|
||||
const std::string& name = "<span size='large'>" + (!u.name().empty() ? u.name() : " ") + "</span>";
|
||||
const std::string name = "<span size='large'>" + (!u.name().empty() ? u.name() : " ") + "</span>";
|
||||
std::string traits;
|
||||
|
||||
BOOST_FOREACH(const std::string& trait, u.get_traits_list()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue