mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-09 11:34:54 -06:00
ide: Help links items #963
git-svn-id: svn://ultimatepp.org/upp/trunk@8151 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
50622b6a1b
commit
7b214efd3d
1 changed files with 5 additions and 7 deletions
|
|
@ -588,16 +588,14 @@ void Ide::BrowseMenu(Bar& menu)
|
|||
|
||||
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"));
|
||||
if(menu.IsMenuBar())
|
||||
menu.Separator();
|
||||
menu.Add(AK_BROWSETOPICS, IdeImg::help(), THISBACK(ShowTopics));
|
||||
menu.Add(AK_SEARCHTOPICS, THISBACK(SearchTopics));
|
||||
menu.Add(AK_BROWSETOPICS_WIN, IdeImg::help_win(), THISBACK(ShowTopicsWin));
|
||||
if(menu.IsMenuBar())
|
||||
menu.Separator();
|
||||
menu.MenuSeparator();
|
||||
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.Add("About..", THISBACK(About));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue