Corretta gestione EdApp
git-svn-id: svn://10.65.10.50/trunk@5136 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5dfd3c30e7
commit
3f497d166a
@ -675,8 +675,8 @@ bool TApplication::config()
|
|||||||
{
|
{
|
||||||
bool ok = FALSE;
|
bool ok = FALSE;
|
||||||
|
|
||||||
TConfig cnf(CONFIG_DITTA);
|
TConfig conf(CONFIG_STUDIO);
|
||||||
TFilename name = cnf.get("EdApp");
|
TFilename name = conf.get("EdApp");
|
||||||
if (name.not_empty())
|
if (name.not_empty())
|
||||||
{
|
{
|
||||||
TExternal_app app(name);
|
TExternal_app app(name);
|
||||||
@ -684,6 +684,7 @@ bool TApplication::config()
|
|||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TConfig cnf(CONFIG_DITTA);
|
||||||
name = cnf.get("EdMask");
|
name = cnf.get("EdMask");
|
||||||
if (name.empty())
|
if (name.empty())
|
||||||
return warning_box("Nessun parametro da configurare");
|
return warning_box("Nessun parametro da configurare");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user