git-svn-id: svn://10.65.10.50/branches/R_10_00@23001 c028cbd2-c16b-5b4b-a496-9718f37d4682

This commit is contained in:
guy 2014-10-27 08:16:02 +00:00
parent a91e533361
commit 537c54ac01

View File

@ -330,7 +330,7 @@ bool TManutenzione_app::create() // initvar e arrmask
const TFilename dir(argv(3)); const TFilename dir(argv(3));
if (!dexist(dir)) if (!dexist(dir))
return error_box(FR("Non esiste la cartella %s"), (const char*)dir); return cantread_box(dir);
if (c == 5) if (c == 5)
des_too = atoi(argv(4)) ? true : false; des_too = atoi(argv(4)) ? true : false;
@ -359,12 +359,12 @@ bool TManutenzione_app::create() // initvar e arrmask
return TSkeleton_application::create(); return TSkeleton_application::create();
} }
bool TManutenzione_app::destroy() // releasev e arrmask bool TManutenzione_app::destroy()
{ {
if (_firm) set_firm(_firm); if (_firm) set_firm(_firm);
if (_browse != NULL) delete _browse; if (_browse != NULL) delete _browse;
if (_mask != NULL) delete _mask; if (_mask != NULL) delete _mask;
return TApplication::destroy() ; return TApplication::destroy();
} }
void TManutenzione_app::open_log() void TManutenzione_app::open_log()