CourseId behavior shouldn't vary depending on PREFSMAN->m_bShowNative

This commit is contained in:
Glenn Maynard
2004-08-29 20:19:34 +00:00
parent f72b8b15d4
commit d4149f2a43
+1 -1
View File
@@ -183,7 +183,7 @@ void CourseID::FromCourse( const Course *p )
if( p->m_bIsAutogen ) if( p->m_bIsAutogen )
{ {
sPath = ""; sPath = "";
sFullTitle = p->GetFullDisplayTitle(); sFullTitle = p->GetFullTranslitTitle();
} }
else else
{ {