------------------------------------------------------------
revno: 2993
committer: iceman50 <[email protected]>
branch nick: dcplusplus
timestamp: Thu 2012-07-12 15:31:30 -0500
message:
Double the chat buffer for Mainchat and PM
modified:
win32/AspectChat.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/AspectChat.h'
--- win32/AspectChat.h 2012-07-01 18:41:13 +0000
+++ win32/AspectChat.h 2012-07-12 20:31:30 +0000
@@ -52,7 +52,7 @@
RichTextBox::Seed cs = WinUtil::Seeds::richTextBox;
cs.style |= ES_READONLY;
chat = dwt::WidgetCreator<RichTextBox>::create(parent, cs);
- chat->setTextLimit(65536);
+ chat->setTextLimit(1024*64*2);
}
{
_______________________________________________
Mailing list: https://launchpad.net/~linuxdcpp-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~linuxdcpp-team
More help : https://help.launchpad.net/ListHelp