From: Jack Jansen Date: Wed, 14 Jun 2000 09:12:44 +0000 (+0000) Subject: Oops, default type and creator were reversed. X-Git-Tag: v2.0b1~1509 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=868f0c7155f17b037d96ad3f204686b2650a2365;p=thirdparty%2FPython%2Fcpython.git Oops, default type and creator were reversed. --- diff --git a/Mac/Python/gusiconfig.cpp b/Mac/Python/gusiconfig.cpp index dc331340a31b..db4661951f0d 100644 --- a/Mac/Python/gusiconfig.cpp +++ b/Mac/Python/gusiconfig.cpp @@ -119,7 +119,7 @@ extern "C" void GUSISetupConfig() if ( prefrh != -1) CloseResFile(prefrh); UseResFile(oldrh); - config->ConfigureDefaultTypeCreator('ttxt', 'TEXT'); + config->ConfigureDefaultTypeCreator('TEXT', 'ttxt'); config->ConfigureSuffices( sizeof(sSuffices)/sizeof(GUSIConfiguration::FileSuffix)-1, sSuffices); config->ConfigureAutoInitGraf(false);