From 7d1ad7a18ef6f14d8d7da8be8aa417b6caeb6b1e Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 22 Mar 2007 16:41:10 +0000 Subject: Use the icon included in the executable on Windows. --- icons/CMakeLists.txt | 2 +- icons/Makefile.am | 2 +- icons/tmw-32x32.png | Bin 2228 -> 0 bytes 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 icons/tmw-32x32.png (limited to 'icons') diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 60bfc921..e50c7ab9 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -1,5 +1,5 @@ SET(FILES - tmw-32x32.png + tmw.png ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons) diff --git a/icons/Makefile.am b/icons/Makefile.am index 3354d7ff..375edef7 100644 --- a/icons/Makefile.am +++ b/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/icons/tmw-32x32.png b/icons/tmw-32x32.png deleted file mode 100644 index af9ad35c..00000000 Binary files a/icons/tmw-32x32.png and /dev/null differ -- cgit v1.2.3-60-g2f50