Modules web subpages should have translateable titles

This commit is contained in:
Alexey Sokolov
2016-02-04 22:48:18 +00:00
parent f01076cc6e
commit 8893b90e3a
2 changed files with 24 additions and 2 deletions
+4
View File
@@ -1001,3 +1001,7 @@ CString CWebSock::GetSkinName() {
return CZNC::Get().GetSkinName();
}
CString CWebSubPage::GetTitle() const {
return m_bTranslating ? m_dTitle.Resolve() : m_sTitle;
}