Patch level : 4.0 504
Files correlati : cg0.exe Ricompilazione Demo : [ ] Commento : Corretto filtro traduzioni git-svn-id: svn://10.65.10.50/trunk@14359 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
6889e5954b
commit
cf4685472a
@ -693,8 +693,6 @@ void TDictionary_mask::fill_chapter()
|
|||||||
|
|
||||||
if (_new)
|
if (_new)
|
||||||
skip = !_errors && e._eng != "???";
|
skip = !_errors && e._eng != "???";
|
||||||
else
|
|
||||||
skip = e._eng == "???";
|
|
||||||
if (!skip && chk_modules)
|
if (!skip && chk_modules)
|
||||||
{
|
{
|
||||||
FOR_EACH_TOKEN(_modules, m)
|
FOR_EACH_TOKEN(_modules, m)
|
||||||
@ -753,7 +751,10 @@ bool TDictionary_mask::on_field_event(TOperable_field& o, TField_event e, long j
|
|||||||
break;
|
break;
|
||||||
case DLG_SAVEREC:
|
case DLG_SAVEREC:
|
||||||
if (e == fe_button)
|
if (e == fe_button)
|
||||||
|
{
|
||||||
_dictionary.write();
|
_dictionary.write();
|
||||||
|
send_key(K_SPACE, F_ALFABETO);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case DLG_FILTER:
|
case DLG_FILTER:
|
||||||
if (e == fe_button)
|
if (e == fe_button)
|
||||||
@ -772,6 +773,7 @@ bool TDictionary_mask::on_field_event(TOperable_field& o, TField_event e, long j
|
|||||||
_new = m.get_bool(F_NEW);
|
_new = m.get_bool(F_NEW);
|
||||||
_modules = m.get(F_MODULE);
|
_modules = m.get(F_MODULE);
|
||||||
}
|
}
|
||||||
|
send_key(K_SPACE, F_ALFABETO);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case DLG_ELABORA:
|
case DLG_ELABORA:
|
||||||
|
@ -23,7 +23,7 @@ END
|
|||||||
|
|
||||||
STRING F_MODULE 20
|
STRING F_MODULE 20
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 2 7 "Moduli "
|
PROMPT 2 7 "Pattern "
|
||||||
GROUP 1
|
GROUP 1
|
||||||
END
|
END
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user