.ide OnlineSearch is now separated in menu bar as well (Replace MenuSeparator with Separator)

git-svn-id: svn://ultimatepp.org/upp/trunk@10510 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2016-12-02 21:20:08 +00:00
parent 9c660d0362
commit d86c6aaf47

View file

@ -644,7 +644,7 @@ void Ide::HelpMenu(Bar& menu)
menu.AddMenu("Get help / report bugs..", IdeImg::Go_forward(), callback1(LaunchWebBrowser, "http://www.ultimatepp.org/forums"));
menu.AddMenu("Online documentation..", IdeImg::Go_forward(), callback1(LaunchWebBrowser, "http://www.ultimatepp.org/www$uppweb$documentation$en-us.html"));
menu.AddMenu("Common information..", IdeImg::Go_forward(), callback1(LaunchWebBrowser, "http://www.ultimatepp.org/www$uppweb$community$en-us.html"));
menu.MenuSeparator();
menu.Separator();
OnlineSearchMenu(menu);
menu.MenuSeparator();
menu.Add("About..", THISBACK(About));