mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 06:57:54 +02:00
EditorMacroScript: Increase version to reflect changes in revision 61896 #6c5a95f4d7
git-svn-id: trunk@62179 -
This commit is contained in:
parent
094a2938ea
commit
36475115a5
@ -100,7 +100,7 @@ type
|
||||
function GetEMSConf: TEMSConfig;
|
||||
|
||||
const
|
||||
EMSVersion = 1;
|
||||
EMSVersion = 2;
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -85,6 +85,7 @@ begin
|
||||
|
||||
conf.SelfTestActive := False;
|
||||
conf.SelfTestError := '';
|
||||
conf.SelfTestFailed := 0;
|
||||
conf.Save;
|
||||
|
||||
EditorMacroPlayerClass := TEMSEditorMacro;
|
||||
|
Loading…
Reference in New Issue
Block a user