Skip to content
Snippets Groups Projects
Commit db9c5d6f authored by Rob Swindell's avatar Rob Swindell :speech_balloon: Committed by Deucе
Browse files

Add File->Run->File Manager menu item

launches 'jsexec fileman.js' (not in GDI mode)
parent fbae6b6f
No related branches found
No related tags found
No related merge requests found
Pipeline #7593 passed
...@@ -13621,6 +13621,11 @@ object MainForm: TMainForm ...@@ -13621,6 +13621,11 @@ object MainForm: TMainForm
object FileRunMenuItem: TMenuItem object FileRunMenuItem: TMenuItem
Caption = '&Run' Caption = '&Run'
ImageIndex = 0 ImageIndex = 0
object FileRunFileManMenuItem: TMenuItem
Caption = 'File Manager'
Hint = 'fileman.js'
OnClick = RunJSClick
end
object FileRunUpdateMenuItem: TMenuItem object FileRunUpdateMenuItem: TMenuItem
Caption = 'Update' Caption = 'Update'
Hint = 'update.js' Hint = 'update.js'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment