Manage Settings: Changed to remove ConfigEditor if it matches associated editor

This commit is contained in:
Birunthan Mohanathas
2012-11-13 17:54:32 +02:00
parent 89fcfeb4e6
commit fd5de00955
3 changed files with 18 additions and 17 deletions

View File

@ -154,7 +154,7 @@ public:
const std::wstring& GetDrive() { return m_Drive; }
const std::wstring& GetSkinEditor() { return m_SkinEditor; }
void SetSkinEditor(const std::wstring& editor);
void SetSkinEditor(const std::wstring& path);
const std::wstring& GetStatsDate() { return m_StatsDate; }
HWND GetWindow() { return m_Window; }