mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Add another layer of indirection for translation
To make supporting old modules easier Ref #1354
This commit is contained in:
@@ -1019,7 +1019,3 @@ CString CWebSock::GetSkinName() {
|
||||
|
||||
return CZNC::Get().GetSkinName();
|
||||
}
|
||||
|
||||
CString CWebSubPage::GetTitle() const {
|
||||
return m_bTranslating ? m_dTitle.Resolve() : m_sTitle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user