mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-20 22:04:03 -06:00
Ide: Added UppHub icon.
git-svn-id: svn://ultimatepp.org/upp/trunk@15662 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6fc2f33b13
commit
8d90db3a4c
2 changed files with 685 additions and 675 deletions
1358
uppsrc/ide/ide.iml
1358
uppsrc/ide/ide.iml
File diff suppressed because it is too large
Load diff
|
|
@ -391,7 +391,7 @@ void Ide::Setup(Bar& menu)
|
|||
.Help("Setups/fixes build methods and basic assemblies..");
|
||||
#endif
|
||||
menu.MenuSeparator();
|
||||
menu.Add(HasGit(), "UppHub..", [] { UppHub(); });
|
||||
menu.Add(HasGit(), "UppHub..", IdeImg::UppHub(), [] { UppHub(); });
|
||||
menu.Add("Checkout and setup U++ SVN trunk sources..", [=] {
|
||||
if(SetupSVNTrunk()) {
|
||||
IdeAgain = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue