From 3f497d166a6847124e41ee61d39757fbc7208ac3 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 29 Aug 1997 15:06:30 +0000 Subject: [PATCH] Corretta gestione EdApp git-svn-id: svn://10.65.10.50/trunk@5136 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/applicat.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/applicat.cpp b/include/applicat.cpp index a58b08550..6fa2fdcc0 100755 --- a/include/applicat.cpp +++ b/include/applicat.cpp @@ -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");