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

Add menu option to edit the logoff screen (text/menu/logoff.asc).

parent 2650920e
Branches
Tags
No related merge requests found
......@@ -13768,6 +13768,11 @@ object MainForm: TMainForm
Hint = 'MENU/LOGON.ASC'
OnClick = TextMenuItemEditClick
end
object LogoffMessage: TMenuItem
Caption = 'Logoff Message'
Hint = 'MENU/LOGOFF.ASC'
OnClick = TextMenuItemEditClick
end
object BBSEditAutoMsg: TMenuItem
Caption = 'Auto Message'
Hint = 'MSGS/AUTO.MSG'
......@@ -314,6 +314,7 @@ __published: // IDE-managed Components
TMenuItem *FtpPauseMenuItem;
TMenuItem *WebPauseMenuItem;
TMenuItem *ServicesPauseMenuItem;
TMenuItem *LogoffMessage;
void __fastcall FileExitMenuItemClick(TObject *Sender);
void __fastcall ViewToolbarMenuItemClick(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment