gui2/taddon_description: Use fixed icons from addon_info
Regression caused by 2012-02-24T06:45:15Z!shadowm@wesnoth.org.
This commit is contained in:
parent
9137a88b58
commit
ea93e3caf1
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ REGISTER_DIALOG(addon_description)
|
|||
|
||||
taddon_description::taddon_description(const addon_info& addon)
|
||||
{
|
||||
register_label("image", true, addon.icon);
|
||||
register_label("image", true, addon.display_icon());
|
||||
register_label("title", true, addon.title);
|
||||
register_label("version", true, addon.version);
|
||||
register_label("author", true, addon.author);
|
||||
|
|
Loading…
Add table
Reference in a new issue