Patches from Redy Rodriguez
This commit is contained in:
parent
06b71d90c8
commit
85ff404a12
@ -4593,7 +4593,7 @@ v0.33.20 10-Feb-2002
|
|||||||
Installing the maptabs don't give any errors anymore when
|
Installing the maptabs don't give any errors anymore when
|
||||||
installed as user mbse. The location of the source isn't
|
installed as user mbse. The location of the source isn't
|
||||||
important anymore to install the maptabs.
|
important anymore to install the maptabs.
|
||||||
Updated German language.
|
Updated German, Spanish and Galego languages.
|
||||||
|
|
||||||
common.a:
|
common.a:
|
||||||
Added 2 functions to return the OS name and CPU family.
|
Added 2 functions to return the OS name and CPU family.
|
||||||
@ -4627,7 +4627,8 @@ v0.33.20 10-Feb-2002
|
|||||||
seems to be a kernel flush problem.
|
seems to be a kernel flush problem.
|
||||||
In the To field of a created TIC file there is now a comma
|
In the To field of a created TIC file there is now a comma
|
||||||
between the sysop name and fidonet aka.
|
between the sysop name and fidonet aka.
|
||||||
|
When creating a filefind netmail reply there was no
|
||||||
|
destination address.
|
||||||
mball:
|
mball:
|
||||||
Will not crash anymore when it needs more then 10 minutes to
|
Will not crash anymore when it needs more then 10 minutes to
|
||||||
create the allfiles and newfiles lists.
|
create the allfiles and newfiles lists.
|
||||||
|
@ -470,10 +470,10 @@ YN|Adxuntar ficheiro [s/N]:
|
|||||||
|papeleira - Papeleira, Email borrado
|
|papeleira - Papeleira, Email borrado
|
||||||
|Area #
|
|Area #
|
||||||
|minutos.
|
|minutos.
|
||||||
|Fullscreen Editor shortcut keys set to Emacs
|
|O editor funcionar cas teclas de Emacs
|
||||||
|Fullscreen Editor shortcut keys set to Wordstar
|
|O editor funcionar cas teclas de Wordstar
|
||||||
|Your address, maximum 3 lines (only visible for the sysop):
|
|Enderezo, m ximo 3 li¤as (solo o ver o SysOp):
|
||||||
|You need to enter your address here
|
|Tes que po¤e-lo teu enderezo
|
||||||
|Old address:
|
|Enderezo vello:
|
||||||
|Use your alias (
|
|¨Queres usa-lo alias (
|
||||||
YN|) to post this message [Y/n]:
|
SN|) nesta mensaxe? [S/n]:
|
||||||
|
@ -465,15 +465,15 @@ YN|Adjuntar fichero [s/N]:
|
|||||||
|Fichero
|
|Fichero
|
||||||
|adjuntado
|
|adjuntado
|
||||||
|El fichero no esta en
|
|El fichero no esta en
|
||||||
|buzon - Email entrante/saliente
|
|buz¢n - Email entrante/saliente
|
||||||
|archivo - Email Archivado
|
|archivo - Email Archivado
|
||||||
|papelera - Papelera, Email borrado
|
|papelera - Papelera, Email borrado
|
||||||
|Area #
|
|Area #
|
||||||
|minutos.
|
|minutos.
|
||||||
|Fullscreen Editor shortcut keys set to Emacs
|
|Teclas del editor en modo Emacs
|
||||||
|Fullscreen Editor shortcut keys set to Wordstar
|
|Teclas del editor en modo Wordstar
|
||||||
|Your address, maximum 3 lines (only visible for the sysop):
|
|Tu direccci¢n, m ximo 3 lineas (S¢olo visible por el SysOp):
|
||||||
|You need to enter your address here
|
|Debes teclear tu direcci¢n ahora.
|
||||||
|Old address:
|
|Direcci¢n antigua:
|
||||||
|Use your alias (
|
|Usar tu alias (
|
||||||
YN|) to post this message [Y/n]:
|
SN|) para este mensaje [S/n]:
|
||||||
|
@ -183,8 +183,10 @@ int StartReply(ff_list *ffl)
|
|||||||
Msg.Written = time(NULL);
|
Msg.Written = time(NULL);
|
||||||
Msg.Arrived = time(NULL);
|
Msg.Arrived = time(NULL);
|
||||||
Msg.Local = TRUE;
|
Msg.Local = TRUE;
|
||||||
if (scanmgr.NetReply)
|
if (scanmgr.NetReply){
|
||||||
Msg.Netmail = TRUE;
|
Msg.Netmail = TRUE;
|
||||||
|
sprintf(Msg.ToAddress, "%d:%d/%d.%d", ffl->zone, ffl->net, ffl->node, ffl->point);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
Msg.Echomail = TRUE;
|
Msg.Echomail = TRUE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user