mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.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:
parent
9c660d0362
commit
d86c6aaf47
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue