parent
8859fab473
commit
7e922500b6
Source/Project64/UserInterface/WTLControls
|
@ -13,4 +13,4 @@ std::string GetCWindowText(const CWindow & window)
|
|||
WindowText.resize(nLen + 1);
|
||||
window.GetWindowText((wchar_t *)WindowText.c_str(), nLen + 1);
|
||||
return stdstr().FromUTF16(WindowText.c_str());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue