[BUG_FIXED] (Author: Christian Cuvier) Fix the changing theme settings makes switch back to the default theme bug.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@719 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
Don Ho 2010-11-25 22:56:02 +00:00
parent 622282fc66
commit b94ab27b35

View File

@ -100,6 +100,7 @@ BOOL CALLBACK WordStyleDlg::run_dlgProc(UINT Message, WPARAM wParam, LPARAM lPar
if (! themeInfo.second.compare( nppParamInst->getNppGUI()._themeName ) )
{
_currentThemeIndex = j;
_themeName.assign(themeInfo.second);
}
if (! themeInfo.first.compare(TEXT("Default")) )
{