various cleanup/comment changes

This commit is contained in:
AJ Kelly
2011-02-27 00:52:32 -06:00
parent 83b4aff301
commit f2e7954054
7 changed files with 8 additions and 12 deletions
+1 -2
View File
@@ -156,7 +156,7 @@ void ScreenOptionsExportPackage::ProcessMenuStart( const InputEventPlus &input )
RString sDirToExport = m_vsPossibleDirsToExport[ iCurRow ];
RString sPackageName = ReplaceInvalidFileNameChars( sDirToExport + ".smzip" );
RString sError;
if( ExportPackage(sPackageName, sDirToExport, sError) )
ScreenPrompt::Prompt( SM_None, ssprintf("Exported '%s' to the desktop", sDirToExport.c_str()) );
@@ -174,7 +174,6 @@ void ScreenOptionsExportPackage::ExportOptions( int iRow, const vector<PlayerNum
}
/*
* (c) 2002-2004 Chris Danford
* All rights reserved.