Corretta gestione EdApp

git-svn-id: svn://10.65.10.50/trunk@5136 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1997-08-29 15:06:30 +00:00
parent 5dfd3c30e7
commit 3f497d166a

View File

@ -675,8 +675,8 @@ bool TApplication::config()
{
bool ok = FALSE;
TConfig cnf(CONFIG_DITTA);
TFilename name = cnf.get("EdApp");
TConfig conf(CONFIG_STUDIO);
TFilename name = conf.get("EdApp");
if (name.not_empty())
{
TExternal_app app(name);
@ -684,6 +684,7 @@ bool TApplication::config()
return ok;
}
TConfig cnf(CONFIG_DITTA);
name = cnf.get("EdMask");
if (name.empty())
return warning_box("Nessun parametro da configurare");