mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Skin Installer: Fixed typo in dialog
This commit is contained in:
parent
e2bb2b9ce2
commit
71aac3f6c2
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user