|
From: <psn...@us...> - 2003-10-13 04:23:39
|
Update of /cvsroot/whisper2/Whisper/Source/BackEnd/Files/Source/Files/Mac In directory sc8-pr-cvs1:/tmp/cvs-serv24562 Modified Files: MFileDialog.cpp Log Message: Relaxed a bit to let "Document" be the default menu type again. Index: MFileDialog.cpp =================================================================== RCS file: /cvsroot/whisper2/Whisper/Source/BackEnd/Files/Source/Files/Mac/MFileDialog.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** MFileDialog.cpp 6 Oct 2003 03:39:07 -0000 1.17 --- MFileDialog.cpp 13 Oct 2003 04:23:33 -0000 1.18 *************** *** 10,13 **** --- 10,16 ---- * * $Log$ + * Revision 1.18 2003/10/13 04:23:33 psnively + * Relaxed a bit to let "Document" be the default menu type again. + * * Revision 1.17 2003/10/06 03:39:07 psnively * Fixed obnoxiousness surrounding type menu in dialogs. *************** *** 772,776 **** OSStatus err = NavCreatePutFileDialog(const_cast<const XFileDialogOptions*>(&options), msSelectedType, // first type will be the default ! kNavGenericSignature, // was msSelectedCreator msEventsUPP, (void *)&types, --- 775,779 ---- OSStatus err = NavCreatePutFileDialog(const_cast<const XFileDialogOptions*>(&options), msSelectedType, // first type will be the default ! msSelectedCreator, // maybe kNavGenericSignature? msEventsUPP, (void *)&types, |