mirror of https://gitlab.com/basile.b/dexed.git
fix wrong icon for UpdateGitBranches action
This commit is contained in:
parent
53c995b735
commit
2657767c3e
src
|
@ -1534,7 +1534,7 @@ begin
|
||||||
mnuGitBranch.ImageIndex:=i;
|
mnuGitBranch.ImageIndex:=i;
|
||||||
actProjGitPull.ImageIndex:=i;
|
actProjGitPull.ImageIndex:=i;
|
||||||
|
|
||||||
i := loadIcon('AROOW_UPDATE');
|
i := loadIcon('ARROW_UPDATE');
|
||||||
actProjGitBranchesUpd.ImageIndex:=i;
|
actProjGitBranchesUpd.ImageIndex:=i;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue