diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-14 22:55:25 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-14 22:55:25 +0000 |
commit | aba2f7bce6a9d968d325636627f26ea12d9d0a48 (patch) | |
tree | 65cf6159f503197d8ea6b14c799e5ec3bd781b3a /src/main.cpp | |
parent | f40c9b8012191d72b1a738c1161b0c82b8387fed (diff) | |
download | mana-aba2f7bce6a9d968d325636627f26ea12d9d0a48.tar.gz mana-aba2f7bce6a9d968d325636627f26ea12d9d0a48.tar.bz2 mana-aba2f7bce6a9d968d325636627f26ea12d9d0a48.tar.xz mana-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.cpp | 2 |
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); |