mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Fixed separator issue
git-svn-id: svn://ultimatepp.org/upp/trunk@10322 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5785d9b27e
commit
6725d37868
2 changed files with 2 additions and 2 deletions
|
|
@ -864,14 +864,14 @@ void WorkspaceWork::FileMenu(Bar& menu)
|
|||
InsertSpecialMenu(menu);
|
||||
else {
|
||||
menu.Add("New package file..", [=] { NewPackageFile(); });
|
||||
menu.Add("Insert separator", [=] { AddSeparator(); })
|
||||
.Help("Add text separator line");
|
||||
menu.Add(!isaux, "Insert package directory file(s)", THISBACK1(AddFile, PACKAGE_FILE))
|
||||
.Help("Insert file relative to current package");
|
||||
menu.Add(!isaux, "Insert topic++ group", THISBACK(AddTopicGroup));
|
||||
menu.Add("Special", THISBACK(SpecialFileMenu))
|
||||
.Help("Less frequently used methods of adding files to the package");
|
||||
}
|
||||
menu.Add("Insert separator", IdeImg::Separator(), [=] { AddSeparator(); })
|
||||
.Help("Add text separator line");
|
||||
menu.Separator();
|
||||
if(!organizer) {
|
||||
if(sel)
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue