support m_sNameTranslit for Translation.dat course entries; ShowNative=0
now works for courses
This commit is contained in:
@@ -262,8 +262,8 @@ void Course::LoadFromCRSFile( CString sPath )
|
||||
static TitleSubst tsub("courses");
|
||||
|
||||
CString ignore;
|
||||
tsub.Subst(m_sName, ignore, ignore,
|
||||
ignore, ignore, ignore);
|
||||
tsub.Subst( m_sName, ignore, ignore,
|
||||
m_sNameTranslit, ignore, ignore );
|
||||
}
|
||||
|
||||
void Course::Init()
|
||||
|
||||
Reference in New Issue
Block a user