Skip to content
Snippets Groups Projects
Commit 6d19fda6 authored by rswindell's avatar rswindell
Browse files

Mail->Edit->External Mail Processing now edits mailproc.ini instead of

mailproc.cfg.
Removed auto-hot keys from Edit sub menus (eliminates erroneous '&' in title of
file edit forms).
parent 584a51b8
No related branches found
No related tags found
No related merge requests found
......@@ -2495,7 +2495,7 @@ object MainForm: TMainForm
end
object ExternalMailProc: TMenuItem
Caption = 'External Mail Processing'
Hint = 'MAILPROC.CFG'
Hint = 'mailproc.ini'
OnClick = CtrlMenuItemEditClick
end
end
......@@ -2589,6 +2589,7 @@ object MainForm: TMainForm
Caption = '-'
end
object WebEditMenuItem: TMenuItem
AutoHotkeys = maManual
Caption = 'Edit'
object WebEditMimeTypesMenuItem: TMenuItem
Caption = 'MIME Types'
......@@ -2615,6 +2616,7 @@ object MainForm: TMainForm
Caption = '-'
end
object ServicesEditMenuItem: TMenuItem
AutoHotkeys = maManual
Caption = 'Edit'
object ServicesEditIniMenuOption: TMenuItem
Caption = 'services.ini'
......
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