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:
Ignacio R. Morelle 2012-02-24 07:06:21 +00:00
parent 9137a88b58
commit ea93e3caf1

View file

@ -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);