Commit d843a018 authored by Jack Jansen's avatar Jack Jansen

Removed temporary code that always set creator to SimpleText.

parent a1795032
......@@ -48,8 +48,11 @@ void GUSISetupFactories()
#ifdef GUSISetupFactories_BeginHook
GUSISetupFactories_BeginHook
#endif
// GUSIwithInetSockets();
#if TARGET_API_MAC_CARBON
GUSIwithInetSockets();
#else
GUSIwithMTInetSockets();
#endif
#ifdef GUSISetupFactories_EndHook
GUSISetupFactories_EndHook
#endif
......@@ -119,9 +122,11 @@ extern "C" void GUSISetupConfig()
if ( prefrh != -1) CloseResFile(prefrh);
UseResFile(oldrh);
config->ConfigureDefaultTypeCreator('TEXT', 'ttxt');
config->ConfigureDefaultTypeCreator('TEXT', 'R*ch');
#if 0
config->ConfigureSuffices(
sizeof(sSuffices)/sizeof(GUSIConfiguration::FileSuffix)-1, sSuffices);
#endif
config->ConfigureAutoInitGraf(false);
config->ConfigureAutoSpin(false);
config->ConfigureHandleAppleEvents(false);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment