Patch level : 2.0 592

Files correlati     : ba0.exe
Ricompilazione Demo : [ ]
Commento            :

AO20100


git-svn-id: svn://10.65.10.50/trunk@11471 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2003-10-07 13:03:04 +00:00
parent 5441eab6a9
commit f8aa1b4d96

View File

@ -1137,11 +1137,15 @@ HIDDEN bool study_handler(TMask_field& f, KEY k)
str.add("*");
SLIST dirs = xvt_fsys_list_files(DIR_TYPE, str.get_buffer(), TRUE);
TFilename dirgen;
TArray_sheet sht(-1, -1, 78, 16, TR("Scelta studio"), "Studio@76");
for (SLIST_ELT e = xvt_slist_get_first(dirs); e; e = xvt_slist_get_next(dirs, e))
{
const char* f = xvt_slist_get(dirs, e, NULL);
sht.add(f);
dirgen = f;
dirgen.add("com/dir.gen");
if (dirgen.exist())
sht.add(f);
}
xvt_slist_destroy(dirs);