Skip to content
Snippets Groups Projects
Commit 72dda3b4 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add File->Run->File Manager menu item

launches 'jsexec fileman.js' (not in GDI mode)
parent 26dd1f32
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Pipeline #7566 passed
......@@ -13621,6 +13621,11 @@ object MainForm: TMainForm
object FileRunMenuItem: TMenuItem
Caption = '&Run'
ImageIndex = 0
object FileRunFileManMenuItem: TMenuItem
Caption = 'File Manager'
Hint = 'fileman.js'
OnClick = RunJSClick
end
object FileRunUpdateMenuItem: TMenuItem
Caption = 'Update'
Hint = 'update.js'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment