Modifiche per far funzionare la xvt_dm_post_file_open():

il creator deve essere lungo al massimo 6 chrs


git-svn-id: svn://10.65.10.50/trunk@4891 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1997-07-23 09:52:21 +00:00
parent 61839106a6
commit 3a99a9d92a
2 changed files with 2 additions and 2 deletions

View File

@ -1333,7 +1333,7 @@ HIDDEN bool browse_file_handler(TMask_field& f, KEY k)
FILE_SPEC fs; memset(&fs, 0, sizeof(FILE_SPEC));
strcpy(fs.type, "EXE");
strcpy(fs.name, f.get());
strcpy(fs.creator, "PRASSI");
strcpy(fs.creator, "ba0");
xvt_fsys_get_default_dir(&fs.dir);
xvt_fsys_save_dir();
if (xvt_dm_post_file_open(&fs, "Selezione programma") == FL_OK)

View File

@ -82,7 +82,7 @@ HIDDEN bool browse_file_handler(TMask_field& f, KEY k)
FILE_SPEC fs; memset(&fs, 0, sizeof(FILE_SPEC));
strcpy(fs.type, "DBF");
strcpy(fs.name, f.get());
strcpy(fs.creator, "PRASSI");
strcpy(fs.creator, "ba1");
xvt_fsys_get_default_dir(&fs.dir);
xvt_fsys_save_dir();
if (xvt_dm_post_file_open(&fs, "Selezione file") == FL_OK)