linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #05845
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2993: Double the chat buffer for Mainchat and PM
------------------------------------------------------------
revno: 2993
committer: iceman50 <bdcdevel@xxxxxxxxx>
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);
}
{