Ide: Added UppHub icon.

git-svn-id: svn://ultimatepp.org/upp/trunk@15662 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2021-01-10 14:09:26 +00:00
parent 6fc2f33b13
commit 8d90db3a4c
2 changed files with 685 additions and 675 deletions

File diff suppressed because it is too large Load diff

View file

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