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 | bb7ef3927351f98fd69b91ee3c0a851bad736758 (patch) | |
tree | 2b3beda1e5658f02ee49c90783c035da6a47e9f4 | |
parent | c593de30ca56475143de04598470d3a29b66b9dc (diff) | |
download | clientdata-bb7ef3927351f98fd69b91ee3c0a851bad736758.tar.gz clientdata-bb7ef3927351f98fd69b91ee3c0a851bad736758.tar.bz2 clientdata-bb7ef3927351f98fd69b91ee3c0a851bad736758.tar.xz clientdata-bb7ef3927351f98fd69b91ee3c0a851bad736758.zip |
Fixed problems with window icon on Windows as much as possible.
-rw-r--r-- | icons/CMakeLists.txt | 4 | ||||
-rw-r--r-- | icons/Makefile.am | 5 | ||||
-rw-r--r-- | icons/tmw-32x32.png | bin | 0 -> 2228 bytes |
3 files changed, 2 insertions, 7 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 009ed32e..60bfc921 100644 --- a/icons/CMakeLists.txt +++ b/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/icons/Makefile.am b/icons/Makefile.am index 9697a363..3354d7ff 100644 --- a/icons/Makefile.am +++ b/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/icons/tmw-32x32.png b/icons/tmw-32x32.png Binary files differnew file mode 100644 index 00000000..af9ad35c --- /dev/null +++ b/icons/tmw-32x32.png |