From da43158772b7f252d355c3daadc5a00a884bc8e3 Mon Sep 17 00:00:00 2001 From: TingPing Date: Fri, 2 Nov 2012 00:54:27 -0400 Subject: added support for op+3 icons --- src/pixmaps/Makefile.am | 3 ++- src/pixmaps/orange.png | Bin 0 -> 788 bytes src/pixmaps/pixmaps-xp.vcxproj | 3 ++- src/pixmaps/pixmaps-xp.vcxproj.filters | 5 ++++- src/pixmaps/pixmaps.vcxproj | 3 ++- src/pixmaps/pixmaps.vcxproj.filters | 5 ++++- 6 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 src/pixmaps/orange.png (limited to 'src/pixmaps') diff --git a/src/pixmaps/Makefile.am b/src/pixmaps/Makefile.am index 65f8cb89..5fc0bac0 100644 --- a/src/pixmaps/Makefile.am +++ b/src/pixmaps/Makefile.am @@ -6,6 +6,7 @@ LIST = traymsgpng $(srcdir)/message.png \ bookpng $(srcdir)/book.png \ hoppng $(srcdir)/hop.png \ oppng $(srcdir)/op.png \ + orangepng $(srcdir)/orange.png \ purplepng $(srcdir)/purple.png \ redpng $(srcdir)/red.png \ voicepng $(srcdir)/voice.png \ @@ -15,7 +16,7 @@ LIST = traymsgpng $(srcdir)/message.png \ utilpng $(srcdir)/util.png \ hexchatpng $(srcdir)/../../hexchat.png -PNGS = message.png highlight.png fileoffer.png book.png hop.png op.png purple.png red.png voice.png channel.png dialog.png server.png util.png +PNGS = message.png highlight.png fileoffer.png book.png hop.png op.png orange.png purple.png red.png voice.png channel.png dialog.png server.png util.png noinst_HEADERS = inline_pngs.h CLEANFILES = $(noinst_HEADERS) EXTRA_DIST = $(PNGS) diff --git a/src/pixmaps/orange.png b/src/pixmaps/orange.png new file mode 100644 index 00000000..63d76046 Binary files /dev/null and b/src/pixmaps/orange.png differ diff --git a/src/pixmaps/pixmaps-xp.vcxproj b/src/pixmaps/pixmaps-xp.vcxproj index c6ab0967..9d47bf87 100644 --- a/src/pixmaps/pixmaps-xp.vcxproj +++ b/src/pixmaps/pixmaps-xp.vcxproj @@ -101,6 +101,7 @@ + @@ -110,4 +111,4 @@ - \ No newline at end of file + diff --git a/src/pixmaps/pixmaps-xp.vcxproj.filters b/src/pixmaps/pixmaps-xp.vcxproj.filters index 82b5ddef..5ae1c68a 100644 --- a/src/pixmaps/pixmaps-xp.vcxproj.filters +++ b/src/pixmaps/pixmaps-xp.vcxproj.filters @@ -25,6 +25,9 @@ Resource Files + + Resource Files + Resource Files @@ -50,4 +53,4 @@ Resource Files - \ No newline at end of file + diff --git a/src/pixmaps/pixmaps.vcxproj b/src/pixmaps/pixmaps.vcxproj index 1a01658b..e3072bb2 100644 --- a/src/pixmaps/pixmaps.vcxproj +++ b/src/pixmaps/pixmaps.vcxproj @@ -98,6 +98,7 @@ + @@ -107,4 +108,4 @@ - \ No newline at end of file + diff --git a/src/pixmaps/pixmaps.vcxproj.filters b/src/pixmaps/pixmaps.vcxproj.filters index 82b5ddef..5ae1c68a 100644 --- a/src/pixmaps/pixmaps.vcxproj.filters +++ b/src/pixmaps/pixmaps.vcxproj.filters @@ -25,6 +25,9 @@ Resource Files + + Resource Files + Resource Files @@ -50,4 +53,4 @@ Resource Files - \ No newline at end of file + -- cgit 1.4.1