------------------------------------------------------------
revno: 2752
committer: poy <[email protected]>
branch nick: trunk
timestamp: Mon 2011-12-26 13:53:16 +0100
message:
  change the default text color for transfer bars to white
modified:
  dcpp/SettingsManager.cpp


--
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 'dcpp/SettingsManager.cpp'
--- dcpp/SettingsManager.cpp	2011-12-03 21:53:57 +0000
+++ dcpp/SettingsManager.cpp	2011-12-26 12:53:16 +0000
@@ -335,9 +335,9 @@
 	setDefault(MAIN_WINDOW_SIZE_Y, CW_USEDEFAULT);
 	setDefault(MAIN_WINDOW_POS_X, CW_USEDEFAULT);
 	setDefault(MAIN_WINDOW_POS_Y, CW_USEDEFAULT);
-	setDefault(UPLOAD_TEXT_COLOR, -1);
+	setDefault(UPLOAD_TEXT_COLOR, RGB(255, 255, 255));
 	setDefault(UPLOAD_BG_COLOR, RGB(205, 60, 55));
-	setDefault(DOWNLOAD_TEXT_COLOR, -1);
+	setDefault(DOWNLOAD_TEXT_COLOR, RGB(255, 255, 255));
 	setDefault(DOWNLOAD_BG_COLOR, RGB(55, 170, 85));
 #endif
 }

_______________________________________________
Mailing list: https://launchpad.net/~linuxdcpp-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~linuxdcpp-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to