Skip to content

Commit

Permalink
修正“关于”对话框有时大小不正确的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyang219 committed Nov 18, 2022
1 parent 0868dfc commit 529b67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrafficMonitor/AboutDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CString CAboutDlg::GetDonateList()

CString CAboutDlg::GetDialogName() const
{
return _T("AboutDlg");
return CString();
}

BOOL CAboutDlg::OnInitDialog()
Expand Down

0 comments on commit 529b67a

Please sign in to comment.