Skip to content

Commit

Permalink
update EasyPlayer-RTMP v3.0.19.0415
Browse files Browse the repository at this point in the history
  • Loading branch information
babosa committed Apr 21, 2019
1 parent 3abad78 commit 0693627
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file modified Bin/C++/EasyPlayer-RTMP.exe
Binary file not shown.
Binary file modified Bin/C++/libEasyPlayer-RTMP.dll
Binary file not shown.
5 changes: 4 additions & 1 deletion Src/C++/EasyPlayer/EasyPlayerDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ BOOL CEasyPlayerDlg::OnInitDialog()

// TODO: 在此添加额外的初始化代码
CString strValidTime;
strValidTime.Format(_T("授权剩余时间 %d 天"), m_nValidTimes);
if(m_nValidTimes == EASY_ACTIVATE_SUCCESS)
strValidTime.Format(_T("EasyPlayer工具版,永久免费!"));
else
strValidTime.Format(_T("授权剩余时间 %d 天"), m_nValidTimes);
SetString(4, strValidTime );


Expand Down

0 comments on commit 0693627

Please sign in to comment.