duanjianjun 2 years ago
parent
commit
ea66acff47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MFCApplication1/MFCApplication1Dlg.cpp

+ 1 - 1
MFCApplication1/MFCApplication1Dlg.cpp

@@ -500,7 +500,7 @@ void CMFCApplication1Dlg::OnBnClickedBtnScan()
 	}
 	if (m_strImgPath.GetLength() == 0)
 	{
-		AfxMessageBox(L"PDF答题卡文件夹未选择");
+		AfxMessageBox(L"答题卡文件夹未选择");
 		return;
 	}
 	if (m_strCutPath.GetLength() == 0)