summaryrefslogtreecommitdiff
path: root/ide/whelp.pas
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-08-15 13:37:49 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-08-15 13:37:49 +0000
commit1e3783c89323647979331a8f9417fec09200540d (patch)
tree8c38c0244544ec9a90a31725bf2e6557d1116e80 /ide/whelp.pas
parent24306ad25dcde566cae81c1bc516896ce1e19cd5 (diff)
downloadfpc-1e3783c89323647979331a8f9417fec09200540d.tar.gz
* minor improvements to debuginfo, and Florian's increasing of the topic size.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13536 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'ide/whelp.pas')
-rw-r--r--ide/whelp.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/whelp.pas b/ide/whelp.pas
index a461178db9..fbbe114092 100644
--- a/ide/whelp.pas
+++ b/ide/whelp.pas
@@ -156,7 +156,7 @@ type
const TopicCacheSize : sw_integer = 10;
HelpStreamBufSize : sw_integer = 4096;
HelpFacility : PHelpFacility = nil;
- MaxHelpTopicSize : sw_word = 3*65520;
+ MaxHelpTopicSize : sw_word = 1024*1024;
function NewTopic(FileID: byte; HelpCtx: THelpCtx; Pos: longint; Param: string;
ExtData: pointer; ExtDataSize: longint): PTopic;