Apparently some DWIs use a tab for a separator.

This commit is contained in:
Steve Checkoway
2005-10-29 14:57:04 +00:00
parent ad6191e6d9
commit abf7399207
+1 -1
View File
@@ -12,7 +12,7 @@ bool NotesLoader::Loadable( CString sPath )
void NotesLoader::GetMainAndSubTitlesFromFullTitle( const CString sFullTitle, CString &sMainTitleOut, CString &sSubTitleOut )
{
const CString sLeftSeps[] = { " -", " ~", " (", " [" };
const CString sLeftSeps[] = { " -", " ~", " (", " [", "\t" };
for( unsigned i=0; i<ARRAYSIZE(sLeftSeps); i++ )
{