mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Oops, default type and creator were reversed.
This commit is contained in:
parent
fb79ffae4d
commit
868f0c7155
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue