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:
cxl 2014-06-23 18:49:31 +00:00
parent cbfec64d3b
commit 8ccf295052

View file

@ -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));
}