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

Added ftpbadlogin.txt to FTP->Edit menu.

Changed "Hello Message" to "Welcome Message".
parent 25ce1ce9
No related branches found
No related tags found
No related merge requests found
......@@ -2556,17 +2556,22 @@ object MainForm: TMainForm
ImageIndex = 27
object FtpEditLoginMessage: TMenuItem
Caption = 'Login Message'
Hint = 'FTPLOGIN.TXT'
Hint = 'ftplogin.txt'
OnClick = TextMenuItemEditClick
end
object FtpEditBadLoginMessage: TMenuItem
Caption = 'Failed Login Message'
Hint = 'ftpbadlogin.txt'
OnClick = TextMenuItemEditClick
end
object FtpEditHelloMessage: TMenuItem
Caption = 'Hello Message'
Hint = 'FTPHELLO.TXT'
Caption = 'Welcome Message'
Hint = 'ftphello.txt'
OnClick = TextMenuItemEditClick
end
object FtpEditGoodbyeMessage: TMenuItem
Caption = 'Goodbye Message'
Hint = 'FTPBYE.TXT'
Hint = 'ftpbye.txt'
OnClick = TextMenuItemEditClick
end
object FtpEditAliasList: TMenuItem
......
......@@ -298,6 +298,7 @@ __published: // IDE-managed Components
TMenuItem *BBSEditTwitList;
TMenuItem *WebEditHandlersMenuItem;
TMenuItem *WebEditCgiEnvMenuItem;
TMenuItem *FtpEditBadLoginMessage;
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.
Finish editing this message first!
Please register or to comment