Patch level : 12.0 344

Files correlati     : li0
Commento            : 
- Aggiunta possibilità di mettere il percorso di test con il tasto F9


git-svn-id: svn://10.65.10.50/branches/R_10_00@23625 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2017-02-16 10:56:34 +00:00
parent 49e80ec1c6
commit 21d878019f

View File

@ -1778,6 +1778,7 @@ bool TInstaller_mask::on_key(KEY key)
{
case K_F7: autoload(); break;
case K_F8: field(DLG_USER).on_hit(); break;
case K_F9: field(F_WEB).set("http://10.65.10.50/campotest/v_12.0/");
default : ok = TArray_sheet::on_key(key); break;
}
return ok;