mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-02 06:12:41 -06:00
Ide: set main package option in toolbar now with icon.
git-svn-id: svn://ultimatepp.org/upp/trunk@15152 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b1f3f1a101
commit
c9eb241be4
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ void Ide::File(Bar& menu)
|
|||
{
|
||||
if (!IsEditorMode())
|
||||
{
|
||||
menu.Add(AK_SETMAIN, THISBACK(NewMainPackage))
|
||||
menu.Add(AK_SETMAIN, IdeImg::MainPackage(), THISBACK(NewMainPackage))
|
||||
.Enable(!IdeIsDebugLock())
|
||||
.Help("Select global configuration (var), select / add main project package");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue