CourseId behavior shouldn't vary depending on PREFSMAN->m_bShowNative
This commit is contained in:
@@ -183,7 +183,7 @@ void CourseID::FromCourse( const Course *p )
|
||||
if( p->m_bIsAutogen )
|
||||
{
|
||||
sPath = "";
|
||||
sFullTitle = p->GetFullDisplayTitle();
|
||||
sFullTitle = p->GetFullTranslitTitle();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user