Rename filesystem icon to wesnoth-icon-small.png,

...so it doesn't conflict with the big version.
This commit is contained in:
Alexander van Gessel 2009-03-07 23:14:56 +01:00
parent 79eaf350f0
commit 77ee8399f1
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View file

@ -54,7 +54,7 @@ namespace game_config
int cache_compression_level = 6;
std::string game_icon = "wesnoth-icon.png", game_title, game_logo, title_music, lobby_music;
std::string game_icon = "wesnoth-icon-small.png", game_title, game_logo, title_music, lobby_music;
int title_logo_x = 0, title_logo_y = 0, title_buttons_x = 0, title_buttons_y = 0, title_buttons_padding = 0,
title_tip_x = 0, title_tip_width = 0, title_tip_padding = 0;