fix an error but smpackage still doesn't compile for me.

This commit is contained in:
AJ Kelly
2010-07-22 11:07:21 -05:00
parent 9dd8ae857b
commit 77e496980a
+1 -1
View File
@@ -228,7 +228,7 @@ void MainMenuDlg::OnBnClickedOpenPreferences()
void MainMenuDlg::OnBnClickedClearPreferences()
{
// TODO: Add your control notification handler code here
FlushDirCache();
FILEMAN->FlushDirCache();
if( !DoesFileExist(SpecialFiles::PREFERENCES_INI_PATH) )
{
Dialog::OK( ssprintf(IS_ALREADY_CLEARED.GetValue(),SpecialFiles::PREFERENCES_INI_PATH.c_str()) );