point to new StepMania.ini location

This commit is contained in:
Chris Danford
2005-11-10 09:19:48 +00:00
parent 423caaf207
commit 34debc4e59
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -195,5 +195,5 @@ BOOL MainMenuDlg::OnInitDialog()
void MainMenuDlg::OnOpenStepmaniaIni()
{
// TODO: Add your control notification handler code here
::ShellExecute( this->m_hWnd, "open", "Data\\" PRODUCT_NAME, "", "", SW_SHOWNORMAL );
::ShellExecute( this->m_hWnd, "open", STEPMANIA_INI, "", "", SW_SHOWNORMAL );
}