diff --git a/stepmania/src/smpackage/smpackageDlg.cpp b/stepmania/src/smpackage/smpackageDlg.cpp index 9bad9bec3d..0f4bdbe6e9 100644 --- a/stepmania/src/smpackage/smpackageDlg.cpp +++ b/stepmania/src/smpackage/smpackageDlg.cpp @@ -325,6 +325,8 @@ try_another_name: if( ExportPackage( sPackageName, asPathsToExport ) ) AfxMessageBox( ssprintf("Successfully exported package '%s' to your Desktop.",sPackageName) ); + + m_listBox.SetSel( -1, FALSE ); } void CSmpackageDlg::OnButtonExportAsIndividual() @@ -364,6 +366,8 @@ void CSmpackageDlg::OnButtonExportAsIndividual() if( asFailedPackages.GetSize() > 0 ) sMessage += ssprintf(" The packages %s failed to export.", join(", ",asFailedPackages) ); AfxMessageBox( sMessage ); + + m_listBox.SetSel( -1, FALSE ); } diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 98aedc9ff0..c28c3ef2a7 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -8,8 +8,8 @@ ; NOTE: this .NSI script is designed for NSIS v1.8+ Name "StepMania" -OutFile "stepmania300beta6rc.exe" -!define PRODUCT_NAME "StepMania 3.0 beta 6 Release Candidate" +OutFile "stepmania300beta7rc.exe" +!define PRODUCT_NAME "StepMania 3.0 beta 7 release candidate" ; Some default compiler settings (uncomment and change at will): @@ -100,7 +100,6 @@ File "Announcers\instructions.txt" CreateDirectory "$INSTDIR\BGAnimations" SetOutPath "$INSTDIR\BGAnimations" File "BGAnimations\instructions.txt" -File /r "BGAnimations\danger" CreateDirectory "$INSTDIR\Cache" SetOutPath "$INSTDIR\Cache"