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:
parent
f3e7ee3d58
commit
0659566ed0
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user