aboutsummaryrefslogtreecommitdiff
path: root/src/qt/res/bitcoin-qt-res.rc
diff options
context:
space:
mode:
authormerge-script <fanquake@gmail.com>2024-10-21 15:00:32 +0100
committermerge-script <fanquake@gmail.com>2024-10-21 15:00:32 +0100
commit684873931b399af5bf34638141487923459d2713 (patch)
tree3c99d7770bbd15b1f2b3a2bf69fb0e09b51293db /src/qt/res/bitcoin-qt-res.rc
parent9b0e25980895a9504c7c13487d322534c7222722 (diff)
parentcfd03de965a081facbd72316c76603dd7aa511bd (diff)
Merge bitcoin/bitcoin#26334: Add Signet and testnet4 launch shortcuts for Windows
cfd03de965a081facbd72316c76603dd7aa511bd Add Testnet4 launch shortcut for Windows (Sjors Provoost) 77b2923f87131a407f7d4193c54db22375130403 Add Signet launch shortcut for Windows (Sjors Provoost) Pull request description: This makes it easier to launch Signet and testnet4 on Windows. Follows the same pattern as testnet. Before: <img width="766" alt="testnet" src="https://user-images.githubusercontent.com/10217/196468934-ee29d129-871b-4612-bde4-842f191403a7.png"> After: <img width="500" alt="signet1" src="https://user-images.githubusercontent.com/10217/220358057-d9efc532-272c-45e7-81fa-3a52f58a0f29.png"> <img width="527" alt="signet2" src="https://user-images.githubusercontent.com/10217/220358067-62b3b76f-604a-4163-9d35-c903fff29df0.png"> (the testnet4 icon is the same as testnet3, not in the above screenshot) ACKs for top commit: achow101: ACK cfd03de965a081facbd72316c76603dd7aa511bd laanwj: ACK cfd03de965a081facbd72316c76603dd7aa511bd TheCharlatan: ACK cfd03de965a081facbd72316c76603dd7aa511bd Tree-SHA512: 9a43ab55b341cacbfc4e891bf192946ee808f776c622906a2e5628e2b59cb3dd87b089dc3a8d08717d01ff136063ed35f3049d516c7f477047f8f3f620fc8b2e
Diffstat (limited to 'src/qt/res/bitcoin-qt-res.rc')
-rw-r--r--src/qt/res/bitcoin-qt-res.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/res/bitcoin-qt-res.rc b/src/qt/res/bitcoin-qt-res.rc
index e590b407b0..d84744f91e 100644
--- a/src/qt/res/bitcoin-qt-res.rc
+++ b/src/qt/res/bitcoin-qt-res.rc
@@ -1,5 +1,7 @@
IDI_ICON1 ICON DISCARDABLE "icons/bitcoin.ico"
IDI_ICON2 ICON DISCARDABLE "icons/bitcoin_testnet.ico"
+IDI_ICON3 ICON DISCARDABLE "icons/bitcoin_signet.ico"
+IDI_ICON4 ICON DISCARDABLE "icons/bitcoin_testnet.ico" // testnet4
#include <windows.h> // needed for VERSIONINFO
#include "../../clientversion.h" // holds the needed client version information