Kaydet (Commit) c6cecf55 authored tarafından Jack Jansen's avatar Jack Jansen

Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not sure…

Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not sure why this wasn't a problem before...
üst f7fb3e64
......@@ -96,6 +96,7 @@ extern "C" void GUSISetupConfig()
resource_id = GUSIOPTIONSOVERRIDE_ID;
} else {
/* Next try normal resource from preference file */
UseResFile(oldrh);
prefrh = PyMac_OpenPrefFile();
h = Get1Resource('GU\267I', GUSIOPTIONS_ID);
if ( h ) {
......
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