From 325d7a5eb47d74239320127b5f3433ffc9851904 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 2 Feb 2011 16:49:27 +0200 Subject: Fix icon path. Was introduced in commit a7c8ff3aaaa7903db4bd126cb3504a8bf441034e. --- src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client.cpp b/src/client.cpp index d17ea73bc..251144654 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -352,7 +352,7 @@ Client::Client(const Options &options): //resman->selectSkin(); - std::string iconFile = branding.getValue("appIcon", "icons/mana"); + std::string iconFile = branding.getValue("appIcon", "icons/manaplus"); #ifdef WIN32 iconFile += ".ico"; #else -- cgit v1.2.3-60-g2f50