This commit is contained in:
Brian Ferguson
2014-02-13 09:57:08 -07:00
parent d6a6810bd5
commit c71585a818
3 changed files with 7 additions and 6 deletions

View File

@ -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();