Oops, default type and creator were reversed.

This commit is contained in:
Jack Jansen 2000-06-14 09:12:44 +00:00
parent fb79ffae4d
commit 868f0c7155
1 changed files with 1 additions and 1 deletions

View File

@ -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);