diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-22 15:37:50 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-22 15:37:50 +0000 |
commit | c1e091c761ca5f673831d4547db80b1ba1c59399 (patch) | |
tree | 849188ee65aaa8a483ec10dd8596b6c924760a42 /data/icons | |
parent | cacb143040c018a24aed00c3ce1f513b75ec7f99 (diff) | |
download | mana-client-c1e091c761ca5f673831d4547db80b1ba1c59399.tar.gz mana-client-c1e091c761ca5f673831d4547db80b1ba1c59399.tar.bz2 mana-client-c1e091c761ca5f673831d4547db80b1ba1c59399.tar.xz mana-client-c1e091c761ca5f673831d4547db80b1ba1c59399.zip |
Fixed problems with window icon on Windows as much as possible.
Diffstat (limited to 'data/icons')
-rw-r--r-- | data/icons/CMakeLists.txt | 4 | ||||
-rw-r--r-- | data/icons/Makefile.am | 5 | ||||
-rw-r--r-- | data/icons/tmw-32x32.png | bin | 0 -> 2228 bytes |
3 files changed, 2 insertions, 7 deletions
diff --git a/data/icons/CMakeLists.txt b/data/icons/CMakeLists.txt index 009ed32e..60bfc921 100644 --- a/data/icons/CMakeLists.txt +++ b/data/icons/CMakeLists.txt @@ -1,7 +1,5 @@ SET(FILES - tmw.ico - tmw.png - tmw.xpm + tmw-32x32.png ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons) diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 9697a363..3354d7ff 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,10 +1,7 @@ iconsdir = $(pkgdatadir)/data/icons -icons_DATA = \ - tmw.ico \ - tmw.png \ - tmw.xpm +icons_DATA = tmw-32x32.png install-data-local: $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps diff --git a/data/icons/tmw-32x32.png b/data/icons/tmw-32x32.png Binary files differnew file mode 100644 index 00000000..af9ad35c --- /dev/null +++ b/data/icons/tmw-32x32.png |