summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-03-13 11:29:01 -0700
committerJared Adams <jaxad0127@gmail.com>2010-03-13 11:38:41 -0700
commit6efb37c888edec3bb6e37dbf41c54e940441bbea (patch)
tree9b28992e36efc560acc4ae96972bba83aebd8490 /src/client.cpp
parentf80e8769ff5c78255bd5e09a991ada83b7ed1aa2 (diff)
downloadmana-client-6efb37c888edec3bb6e37dbf41c54e940441bbea.tar.gz
mana-client-6efb37c888edec3bb6e37dbf41c54e940441bbea.tar.bz2
mana-client-6efb37c888edec3bb6e37dbf41c54e940441bbea.tar.xz
mana-client-6efb37c888edec3bb6e37dbf41c54e940441bbea.zip
Fix icon under non-Windows systems
Reviewed-by: Chuck Miller
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 4e67c3e4..2a996c26 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -303,7 +303,7 @@ Client::Client(const Options &options):
}
#else
mIcon = IMG_Load(resman->getPath(
- branding.getValue("appIcon", "data/icons/mana.png")).c_str());
+ branding.getValue("appIcon", "icons/mana.png")).c_str());
if (mIcon)
{
SDL_SetAlpha(mIcon, SDL_SRCALPHA, SDL_ALPHA_OPAQUE);