mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Different icon for Windowed help #796
git-svn-id: svn://ultimatepp.org/upp/trunk@7464 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cbfec64d3b
commit
8ccf295052
1 changed files with 1 additions and 1 deletions
|
|
@ -571,7 +571,7 @@ void Ide::BrowseMenu(Bar& menu) {
|
|||
menu.Separator();
|
||||
menu.Add(AK_BROWSETOPICS, IdeImg::help(), THISBACK(ShowTopics));
|
||||
menu.Add(AK_SEARCHTOPICS, THISBACK(SearchTopics));
|
||||
menu.Add(AK_BROWSETOPICS_WIN, IdeImg::help(), THISBACK(ShowTopicsWin));
|
||||
menu.Add(AK_BROWSETOPICS_WIN, CtrlImg::help(), THISBACK(ShowTopicsWin));
|
||||
menu.Add("About..", THISBACK(About));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue