use PRODUCT_NAME

This commit is contained in:
Chris Danford
2005-11-04 03:24:53 +00:00
parent 99512396d7
commit ce6e56c14f
7 changed files with 17 additions and 15 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\\StepMania.ini", "", "", SW_SHOWNORMAL );
::ShellExecute( this->m_hWnd, "open", "Data\\" PRODUCT_NAME, "", "", SW_SHOWNORMAL );
}