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/tmw.rc | |
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/tmw.rc')
-rw-r--r-- | src/tmw.rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #include "winver.h"
-A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "data/icons/tmw-icon.ico"
+A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "data/icons/tmw.ico"
1 VERSIONINFO
FILEVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD
|