windows: Add testnet icon for testnet link

Overhauled testnet icon by Jonas Schnelli
This commit is contained in:
Wladimir J. van der Laan
2016-06-29 13:06:28 +02:00
committed by lateminer
parent d730d69efd
commit 8b6c238f0d
4 changed files with 3 additions and 1 deletions

View File

@@ -230,6 +230,7 @@ RES_ICONS = \
qt/res/icons/about.png \
qt/res/icons/about_qt.png \
qt/res/icons/bitcoin.ico \
qt/res/icons/bitcoin_testnet.ico \
qt/res/icons/bitcoin.png \
qt/res/icons/chevron.png \
qt/res/icons/clock1.png \

View File

@@ -1,4 +1,5 @@
IDI_ICON1 ICON DISCARDABLE "icons/bitcoin.ico"
IDI_ICON2 ICON DISCARDABLE "icons/bitcoin_testnet.ico"
#include <windows.h> // needed for VERSIONINFO
#include "../../clientversion.h" // holds the needed client version information

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB