mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Tweaks
This commit is contained in:
@ -1239,7 +1239,7 @@ void DialogAbout::TabVersion::Initialize()
|
||||
SetWindowText(item, tmpSz);
|
||||
|
||||
item = GetControl(Id_WinVerLabel);
|
||||
SetWindowText(item, Platform::GetPlatformFriendlyName());
|
||||
SetWindowText(item, Platform::GetPlatformFriendlyName().c_str());
|
||||
|
||||
item = GetControl(Id_PathLabel);
|
||||
std::wstring text = L"Path: " + GetRainmeter().GetPath();
|
||||
|
Reference in New Issue
Block a user