OSDN Git Service

general clean up of codes
authorDennis Lim <dlkj@users.sourceforge.net>
Thu, 15 Nov 2001 14:33:14 +0000 (14:33 +0000)
committerDennis Lim <dlkj@users.sourceforge.net>
Thu, 15 Nov 2001 14:33:14 +0000 (14:33 +0000)
Src/Merge.cpp

index 043c112..d131f54 100644 (file)
@@ -112,7 +112,7 @@ BOOL CMergeApp::InitInstance()
        // such as the name of your company or organization.
        SetRegistryKey(_T("Thingamahoochie"));
 
-       LoadStdProfileSettings();  // Load standard INI file options (including MRU)
+       LoadStdProfileSettings(0);  // Load standard INI file options (including MRU)
 
        m_bDisableSplash = GetProfileInt(_T("Settings"), _T("DisableSplash"), FALSE);
        m_bHiliteSyntax = GetProfileInt(_T("Settings"), _T("HiliteSyntax"), TRUE)!=0;