diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-22 16:41:10 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-22 16:41:10 +0000 |
commit | f6bd7da487f163d8ce6fa6975229715f11e1c3bb (patch) | |
tree | 3a2f4985865275aa84a2892b06f808f44b96279c /data/icons | |
parent | c1e091c761ca5f673831d4547db80b1ba1c59399 (diff) | |
download | mana-f6bd7da487f163d8ce6fa6975229715f11e1c3bb.tar.gz mana-f6bd7da487f163d8ce6fa6975229715f11e1c3bb.tar.bz2 mana-f6bd7da487f163d8ce6fa6975229715f11e1c3bb.tar.xz mana-f6bd7da487f163d8ce6fa6975229715f11e1c3bb.zip |
Use the icon included in the executable on Windows.
Diffstat (limited to 'data/icons')
-rw-r--r-- | data/icons/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/icons/Makefile.am | 2 | ||||
-rw-r--r-- | data/icons/tmw-32x32.png | bin | 2228 -> 0 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/data/icons/CMakeLists.txt b/data/icons/CMakeLists.txt index 60bfc921..e50c7ab9 100644 --- a/data/icons/CMakeLists.txt +++ b/data/icons/CMakeLists.txt @@ -1,5 +1,5 @@ SET(FILES - tmw-32x32.png + tmw.png ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons) diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 3354d7ff..375edef7 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,7 +1,7 @@ iconsdir = $(pkgdatadir)/data/icons -icons_DATA = tmw-32x32.png +icons_DATA = tmw.png install-data-local: $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps diff --git a/data/icons/tmw-32x32.png b/data/icons/tmw-32x32.png Binary files differdeleted file mode 100644 index af9ad35c..00000000 --- a/data/icons/tmw-32x32.png +++ /dev/null |