mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:39:15 +02:00
* Increased MRU count to 15
git-svn-id: trunk@57488 -
This commit is contained in:
parent
8f6307adbd
commit
5120fded06
@ -463,7 +463,7 @@ begin
|
||||
MRUMenuManager1 := TMRUMenuManager.Create(self);
|
||||
with MRUMenuManager1 do
|
||||
begin
|
||||
maxRecent := 5;
|
||||
maxRecent := 15;
|
||||
IniFileName := ChangeFileExt(ParamStr(0), '.ini');
|
||||
MenuItem := MIRecent;
|
||||
PopupMenu := PMRecent;
|
||||
|
Loading…
Reference in New Issue
Block a user