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); }