Diff for /np2/macosx/dialog/dialog.cpp between versions 1.8 and 1.9

version 1.8, 2004/01/31 19:45:26 version 1.9, 2004/03/02 23:23:06
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;

Removed from v.1.8  
changed lines
  Added in v.1.9


RetroPC.NET-CVS <cvs@retropc.net>