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