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 )
|
if( p->m_bIsAutogen )
|
||||||
{
|
{
|
||||||
sPath = "";
|
sPath = "";
|
||||||
sFullTitle = p->GetFullDisplayTitle();
|
sFullTitle = p->GetFullTranslitTitle();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user