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