git-svn-id: svn://10.65.10.50/branches/R_10_00@23001 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a91e533361
commit
537c54ac01
@ -330,7 +330,7 @@ bool TManutenzione_app::create() // initvar e arrmask
|
||||
|
||||
const TFilename dir(argv(3));
|
||||
if (!dexist(dir))
|
||||
return error_box(FR("Non esiste la cartella %s"), (const char*)dir);
|
||||
return cantread_box(dir);
|
||||
|
||||
if (c == 5)
|
||||
des_too = atoi(argv(4)) ? true : false;
|
||||
@ -359,12 +359,12 @@ bool TManutenzione_app::create() // initvar e arrmask
|
||||
return TSkeleton_application::create();
|
||||
}
|
||||
|
||||
bool TManutenzione_app::destroy() // releasev e arrmask
|
||||
bool TManutenzione_app::destroy()
|
||||
{
|
||||
if (_firm) set_firm(_firm);
|
||||
if (_browse != NULL) delete _browse;
|
||||
if (_mask != NULL) delete _mask;
|
||||
return TApplication::destroy() ;
|
||||
if (_browse != NULL) delete _browse;
|
||||
if (_mask != NULL) delete _mask;
|
||||
return TApplication::destroy();
|
||||
}
|
||||
|
||||
void TManutenzione_app::open_log()
|
||||
|
Loading…
x
Reference in New Issue
Block a user