We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d97099 commit b88e9f4Copy full SHA for b88e9f4
windows/APIExample/APIExample/Advanced/RtePlayer/RtePlayerDlg.cpp
@@ -59,7 +59,7 @@ BOOL CRtePlayerDlg::OnInitDialog()
59
void CRtePlayerDlg::InitCtrlText()
60
{
61
std::string strAppID = GET_APP_ID;
62
- std::string str = "ret://" + strAppID + "/";
+ std::string str = "rte://" + strAppID + "/";
63
mRteUrlEc.SetWindowTextW(CA2W(str.c_str()));
64
updateUiState();
65
}
0 commit comments