Skip to content

Commit b88e9f4

Browse files
committed
[windows]fix rte player url
1 parent 5d97099 commit b88e9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/APIExample/APIExample/Advanced/RtePlayer/RtePlayerDlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ BOOL CRtePlayerDlg::OnInitDialog()
5959
void CRtePlayerDlg::InitCtrlText()
6060
{
6161
std::string strAppID = GET_APP_ID;
62-
std::string str = "ret://" + strAppID + "/";
62+
std::string str = "rte://" + strAppID + "/";
6363
mRteUrlEc.SetWindowTextW(CA2W(str.c_str()));
6464
updateUiState();
6565
}

0 commit comments

Comments
 (0)