* Increased MRU count to 15

git-svn-id: trunk@57488 -
This commit is contained in:
michael 2018-03-09 11:27:06 +00:00
parent 8f6307adbd
commit 5120fded06

View File

@ -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;