| version 1.8, 2004/01/31 19:45:26 | version 1.10, 2005/05/20 17:25:03 | 
| Line 96  static pascal Boolean NavLaunchServicesF | Line 96  static pascal Boolean NavLaunchServicesF | 
 | FSSpec              fsSpec; | FSSpec              fsSpec; | 
 | int                 ret; | int                 ret; | 
 | char                name[MAX_PATH]; | char                name[MAX_PATH]; | 
| AEDesc          coerceDesc      = { NULL, NULL }; | AEDesc          coerceDesc      = { 0, 0 }; | 
 |  |  | 
 | if ( filterMode == kNavFilteringBrowserList ) { | if ( filterMode == kNavFilteringBrowserList ) { | 
 | if ( theItem->descriptorType != typeFSS ) { | if ( theItem->descriptorType != typeFSS ) { | 
| Line 141  static pascal Boolean NavLaunchServicesF | Line 141  static pascal Boolean NavLaunchServicesF | 
 | showItem = true; | showItem = true; | 
 | } | } | 
 | break; | break; | 
 |  | case OPEN_MIMPI: | 
 |  | showItem = true; | 
 |  | break; | 
 | } | } | 
 | } | } | 
 | } | } | 
| Line 163  BOOL dialog_fileselect(char *name, int s | Line 166  BOOL dialog_fileselect(char *name, int s | 
 | ret = FALSE; | ret = FALSE; | 
 | NavGetDefaultDialogCreationOptions(&optNav); | NavGetDefaultDialogCreationOptions(&optNav); | 
 | optNav.clientName = CFSTR("Neko Project IIx"); | optNav.clientName = CFSTR("Neko Project IIx"); | 
| optNav.modality=kWindowModalityWindowModal; | if (parent) { | 
| optNav.parentWindow=parent; | optNav.modality=kWindowModalityWindowModal; | 
|  | optNav.parentWindow=parent; | 
|  | } | 
 | switch (opentype) { | switch (opentype) { | 
 |  | case OPEN_MIMPI: | 
 |  | optNav.message = CFCopyLocalizedString(CFSTR("Choose MIMPI file."),"MIMPI Message"); | 
 |  | break; | 
 | case OPEN_FONT: | case OPEN_FONT: | 
 | optNav.message = CFCopyLocalizedString(CFSTR("Choose font file."),"FontSelect Message"); | optNav.message = CFCopyLocalizedString(CFSTR("Choose font file."),"FontSelect Message"); | 
 | break; | break; |