From 0659566ed006eec59a8b8aefe20026445802923b Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 19 May 1995 08:18:09 +0000 Subject: [PATCH] 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 --- cg/cg4400.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cg/cg4400.cpp b/cg/cg4400.cpp index 722d4064a..fce36c05e 100755 --- a/cg/cg4400.cpp +++ b/cg/cg4400.cpp @@ -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);