mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 22:04:04 -06:00
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
This commit is contained in:
commit
de206ebff9
1 changed files with 2 additions and 1 deletions
|
|
@ -245,7 +245,8 @@ void Ide::SearchMenu(Bar& menu)
|
|||
.Help("Find text or text pattern in subtree of given path, with replace option(s)");
|
||||
menu.Add(AK_FINDFILE, THISBACK(FindFileName))
|
||||
.Help("Locate file by filename (use *, ? when you're not sure)");
|
||||
FindDs(menu);
|
||||
if(menu.IsMenuBar())
|
||||
FindDs(menu);
|
||||
}
|
||||
|
||||
void Ide::Edit(Bar& menu)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue