diff --git a/SiaDrive/SiaDriveApp.cpp b/SiaDrive/SiaDriveApp.cpp index 19e7ccc..f66fb5f 100644 --- a/SiaDrive/SiaDriveApp.cpp +++ b/SiaDrive/SiaDriveApp.cpp @@ -68,15 +68,6 @@ BOOL CSiaDriveApp::InitInstance() // Activate "Windows Native" visual manager for enabling themes in MFC controls CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerWindows)); - // Standard initialization - // If you are not using these features and wish to reduce the size - // of your final executable, you should remove from the following - // the specific initialization routines you do not need - // Change the registry key under which our settings are stored - // TODO: You should modify this string to be something appropriate - // such as the name of your company or organization - SetRegistryKey(_T("Local AppWizard-Generated Applications")); - CSiaDriveDlg dlg; m_pMainWnd = &dlg; INT_PTR nResponse = dlg.DoModal();