add songs to the export package thing. they still don't export though.
This commit is contained in:
@@ -153,15 +153,13 @@ void ScreenOptionsExportPackageSubPage::BeginScreen()
|
||||
else if( *s_packageType == "SubGroup" )
|
||||
{
|
||||
//ExportPackages::m_sFolder
|
||||
/*
|
||||
vector<RString> vs;
|
||||
GetDirListing( SpecialFiles::SONGS_DIR + "*", vs, true, true );
|
||||
GetDirListing( SpecialFiles::SONGS_DIR + "/" + ExportPackages::m_sFolder + "/*", vs, true, true );
|
||||
FOREACH_CONST( RString, vs, s )
|
||||
{
|
||||
m_vsPossibleDirsToExport.push_back( *s );
|
||||
GetDirListing( *s + "/*", m_vsPossibleDirsToExport, true, true );
|
||||
}
|
||||
*/
|
||||
}
|
||||
StripCvsAndSvn( m_vsPossibleDirsToExport );
|
||||
StripMacResourceForks( m_vsPossibleDirsToExport );
|
||||
|
||||
Reference in New Issue
Block a user