linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #04049
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2516: More changes to the icons
------------------------------------------------------------
revno: 2516
committer: bdcdevel <bdcdevel@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Tue 2011-04-26 08:11:30 -0500
message:
More changes to the icons
modified:
win32/DCPlusPlus.rc
win32/SettingsDialog.cpp
win32/resource.h
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'win32/DCPlusPlus.rc'
--- win32/DCPlusPlus.rc 2011-04-26 13:04:15 +0000
+++ win32/DCPlusPlus.rc 2011-04-26 13:11:30 +0000
@@ -103,7 +103,7 @@
IDI_COLORS ICON "res/Colors.ico"
IDI_BW_LIMITER ICON "res/BandwidthLimiter.ico"
IDI_CONN_GREY ICON "res/ConnGrey.ico"
-IDI_CONN_RED ICON "res/ConnRed.ico"
+IDI_CONN_BLUE ICON "res/ConnBlue.ico"
IDI_EXPERT ICON "res/Expert.ico"
IDI_FAVORITE_DIRS ICON "res/FavoriteDirs.ico"
IDI_LOGS ICON "res/Logs.ico"
=== modified file 'win32/SettingsDialog.cpp'
--- win32/SettingsDialog.cpp 2011-04-26 13:04:15 +0000
+++ win32/SettingsDialog.cpp 2011-04-26 13:11:30 +0000
@@ -150,7 +150,7 @@
addPage(T_("Personal information"), new GeneralPage(container), IDI_USER, TVI_ROOT);
{
- HTREEITEM item = addPage(T_("Connectivity"), new ConnectivityPage(container), IDI_CONN_RED, TVI_ROOT);
+ HTREEITEM item = addPage(T_("Connectivity"), new ConnectivityPage(container), IDI_CONN_BLUE, TVI_ROOT);
addPage(T_("Manual configuration"), new ConnectivityManualPage(container), IDI_CONN_GREY, item);
addPage(T_("Bandwidth limiting"), new BandwidthLimitPage(container), IDI_BW_LIMITER, item);
addPage(T_("Proxy"), new ProxyPage(container), IDI_PROXY, item);
=== modified file 'win32/resource.h'
--- win32/resource.h 2011-04-26 13:04:15 +0000
+++ win32/resource.h 2011-04-26 13:11:30 +0000
@@ -69,7 +69,7 @@
#define IDI_COLORS 162
#define IDI_BW_LIMITER 163
#define IDI_CONN_GREY 164
-#define IDI_CONN_RED 165
+#define IDI_CONN_BLUE 165
#define IDI_EXPERT 166
#define IDI_FAVORITE_DIRS 167
#define IDI_LOGS 168