mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed 27e0e00
This commit is contained in:
parent
27e0e00911
commit
35bf9120a7
@ -628,7 +628,7 @@ void CDialogManage::CTabSkins::ReadSkin()
|
|||||||
SetControls();
|
SetControls();
|
||||||
|
|
||||||
WCHAR* buffer = new WCHAR[MAX_LINE_LENGTH];
|
WCHAR* buffer = new WCHAR[MAX_LINE_LENGTH];
|
||||||
const WCHAR* fileSz = fileSz;
|
const WCHAR* fileSz = file.c_str();
|
||||||
|
|
||||||
item = GetDlgItem(m_Window, IDC_MANAGESKINS_AUTHOR_TEXT);
|
item = GetDlgItem(m_Window, IDC_MANAGESKINS_AUTHOR_TEXT);
|
||||||
if (GetPrivateProfileString(L"Metadata", L"Author", NULL, buffer, MAX_LINE_LENGTH, fileSz) == 0)
|
if (GetPrivateProfileString(L"Metadata", L"Author", NULL, buffer, MAX_LINE_LENGTH, fileSz) == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user