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

Now obtains TEmulVT copyright statement directly from TEmulVT module.

parent fb3aa267
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@
#pragma hdrstop
#include "AboutBoxFormUnit.h"
#include "emulvt.hpp"
#include "bbs_thrd.h" // bbs_startup_t
#include "mailsrvr.h"
#include "ftpsrvr.h"
......@@ -106,8 +107,12 @@ void __fastcall TAboutBoxForm::FormShow(TObject *Sender)
Memo->Lines->Add(mail_ver());
Memo->Lines->Add(ftp_ver());
Memo->Lines->Add(ver);
#if 0
Memo->Lines->Add("EmulVT ANSI Terminal Emulation v2.15 "
"(c) 1996-2000 Franois Piette");
#else
Memo->Lines->Add("Synchronet Local Spy ANSI Terminal Emulation"+CopyRight);
#endif
}
//---------------------------------------------------------------------------
......
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