summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-14 22:55:25 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-14 22:55:25 +0000
commitaba2f7bce6a9d968d325636627f26ea12d9d0a48 (patch)
tree65cf6159f503197d8ea6b14c799e5ec3bd781b3a /src/main.cpp
parentf40c9b8012191d72b1a738c1161b0c82b8387fed (diff)
downloadmana-client-aba2f7bce6a9d968d325636627f26ea12d9d0a48.tar.gz
mana-client-aba2f7bce6a9d968d325636627f26ea12d9d0a48.tar.bz2
mana-client-aba2f7bce6a9d968d325636627f26ea12d9d0a48.tar.xz
mana-client-aba2f7bce6a9d968d325636627f26ea12d9d0a48.zip
Renamed icons to make things easier for Debian packaging, and the "-icon" part
was superfluous anyway.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 383e7f39..3cc32873 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -256,7 +256,7 @@ void init_engine(const Options &options)
}
SDL_WM_SetCaption("The Mana World", NULL);
- SDL_WM_SetIcon(IMG_Load(TMW_DATADIR "data/icons/tmw-icon.png"), NULL);
+ SDL_WM_SetIcon(IMG_Load(TMW_DATADIR "data/icons/tmw.png"), NULL);
#ifdef USE_OPENGL
bool useOpenGL = (config.getValue("opengl", 0) == 1);