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:
prozacx
2010-02-23 06:09:21 +00:00
parent dfb9c1fae2
commit 28b010f7b9
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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);