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
This commit is contained in:
parent
b822c004fe
commit
f50fc5b443
@ -501,9 +501,12 @@ bool TInstallmodule_app::install_com()
|
|||||||
void TInstallmodule_app::run(int argc, char* argv[])
|
void TInstallmodule_app::run(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
const word m = module_number();
|
const word m = module_number();
|
||||||
|
|
||||||
|
_modcode = dongle().module_code2name(m);
|
||||||
|
_modname = dongle().module_code2desc(m);
|
||||||
TString title("Installazione ");
|
TString title("Installazione ");
|
||||||
|
|
||||||
title << dongle().module_code2name(m);
|
title << module_name();
|
||||||
TSkeleton_application::run(argc, argv,(const char* )title);
|
TSkeleton_application::run(argc, argv,(const char* )title);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user