Tolti fremove e riferimenti a cg4a per l'ennesima volta.

git-svn-id: svn://10.65.10.50/trunk@1378 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1995-05-19 08:18:09 +00:00
parent f3e7ee3d58
commit 0659566ed0

View File

@ -2982,10 +2982,11 @@ void CG4400_application::send_message(char tipo, const TFilename& nome, int mese
const char* app;
if (tipo == 'S' || tipo == 's')
app = "cg4a -2 -S";
else if (tipo == 'C')
app = "cg4a -2 -C";
else app = "cg4a -2";
app = "cg4 -2 -S";
else if (tipo == 'C' || tipo == 'c')
app = "cg4 -2 -C";
else
app = "cg4 -2";
TToken_string ss(10);