Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
clsid2 committed Mar 3, 2023
1 parent 211e25c commit e76bab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpc-hc/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6095,7 +6095,7 @@ void CMainFrame::OnUpdateFileSaveThumbnails(CCmdUI* pCmdUI)

void CMainFrame::OnFileSubtitlesLoad()
{
if (!m_pCAP || !m_pDVS) {
if (!m_pCAP && !m_pDVS) {
AfxMessageBox(IDS_CANNOT_LOAD_SUB, MB_ICONINFORMATION | MB_OK, 0);
return;
}
Expand Down

0 comments on commit e76bab1

Please sign in to comment.