Skin Installer: Fixed typo in dialog

This commit is contained in:
jsmorley 2012-07-05 16:24:32 -04:00
parent e2bb2b9ce2
commit 71aac3f6c2

View File

@ -849,7 +849,7 @@ void CDialogPackage::CTabInfo::Initialize()
lvg.pszHeader = L"Themes";
ListView_InsertGroup(item, -1, &lvg);
lvg.iGroupId = 2;
lvg.pszHeader = L"Plguins";
lvg.pszHeader = L"Plugins";
ListView_InsertGroup(item, -1, &lvg);
}