--- psiconv/trunk/lib/psiconv/parse_common.c 2001/01/10 17:19:22 93 +++ psiconv/trunk/lib/psiconv/parse_common.c 2001/01/17 00:05:08 94 @@ -89,7 +89,10 @@ } else if ((*result)->uid3 == PSICONV_ID_SKETCH) { (*result)->file = psiconv_sketch_file; psiconv_debug(lev+2,off+len,"File is a Sketch file"); - } + } else if ((*result)->uid3 == PSICONV_ID_SHEET) { + (*result)->file = psiconv_sheet_file; + psiconv_debug(lev+2,off+len,"File is a Sheet file"); + } } else if ((*result)->uid2 == PSICONV_ID_MBM_FILE) { (*result)->file = psiconv_mbm_file; if ((*result)->uid3 != 0x00)