From f50fc5b443824db8b35884f24f50bf0ba2b5cb41 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 19 Dec 2006 10:39:59 +0000 Subject: [PATCH] Patch level : 4.0 567 Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 766 git-svn-id: svn://10.65.10.50/trunk@14653 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/inst.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/inst.cpp b/include/inst.cpp index d3d71228f..4edcb31a6 100755 --- a/include/inst.cpp +++ b/include/inst.cpp @@ -501,9 +501,12 @@ bool TInstallmodule_app::install_com() void TInstallmodule_app::run(int argc, char* argv[]) { const word m = module_number(); + + _modcode = dongle().module_code2name(m); + _modname = dongle().module_code2desc(m); TString title("Installazione "); - title << dongle().module_code2name(m); + title << module_name(); TSkeleton_application::run(argc, argv,(const char* )title); }