mirror of
https://github.com/znc/znc.git
synced 2026-05-08 22:34:45 +02:00
Renamed GetWebNavTitle() to GetWebMenuTitle() to keep in line with the name of the Menu.tmpl file
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1787 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ public:
|
||||
|
||||
virtual bool WebRequiresLogin() { return true; }
|
||||
virtual bool WebRequiresAdmin() { return false; }
|
||||
virtual CString GetWebNavTitle() { return "Notes"; }
|
||||
virtual CString GetWebMenuTitle() { return "Notes"; }
|
||||
|
||||
virtual void OnClientLogin() {
|
||||
ListNotes(true);
|
||||
|
||||
Reference in New Issue
Block a user