------------------------------------------------------------ revno: 2330 committer: poy <p...@123gen.com> branch nick: trunk timestamp: Sun 2010-12-05 19:37:25 +0100 message: fiddling with a background color modified: win32/WinUtil.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 'win32/WinUtil.cpp' --- win32/WinUtil.cpp 2010-11-30 20:39:00 +0000 +++ win32/WinUtil.cpp 2010-12-05 18:37:25 +0000 @@ -226,7 +226,7 @@ xdRichTextBox.font = font; xdRichTextBox.lines = 6; xdRichTextBox.foregroundColor = ::GetSysColor(COLOR_WINDOWTEXT); - xdRichTextBox.backgroundColor = ::GetSysColor(COLOR_3DFACE); + xdRichTextBox.backgroundColor = ::GetSysColor(COLOR_WINDOW); xdTable.style |= WS_HSCROLL | WS_VSCROLL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER; xdTable.exStyle = WS_EX_CLIENTEDGE;
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : linuxdcpp-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp