fix warnings
This commit is contained in:
@@ -67,7 +67,7 @@ void MainMenuDlg::OnExportPackages()
|
|||||||
{
|
{
|
||||||
// TODO: Add your control notification handler code here
|
// TODO: Add your control notification handler code here
|
||||||
CSmpackageExportDlg dlg;
|
CSmpackageExportDlg dlg;
|
||||||
int nResponse = dlg.DoModal();
|
dlg.DoModal();
|
||||||
// if (nResponse == IDOK)
|
// if (nResponse == IDOK)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ void MainMenuDlg::OnEditInstallations()
|
|||||||
{
|
{
|
||||||
// TODO: Add your control notification handler code here
|
// TODO: Add your control notification handler code here
|
||||||
EditInsallations dlg;
|
EditInsallations dlg;
|
||||||
int nResponse = dlg.DoModal();
|
dlg.DoModal();
|
||||||
}
|
}
|
||||||
|
|
||||||
RString GetLastErrorString()
|
RString GetLastErrorString()
|
||||||
@@ -200,7 +200,7 @@ void MainMenuDlg::OnBnClickedChangePreferences()
|
|||||||
{
|
{
|
||||||
// TODO: Add your control notification handler code here
|
// TODO: Add your control notification handler code here
|
||||||
ChangeGameSettings dlg;
|
ChangeGameSettings dlg;
|
||||||
int nResponse = dlg.DoModal();
|
dlg.DoModal();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainMenuDlg::OnBnClickedOpenPreferences()
|
void MainMenuDlg::OnBnClickedOpenPreferences()
|
||||||
|
|||||||
Reference in New Issue
Block a user