mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Mnemonic removed in branch popup actions
This commit is contained in:
@@ -33,7 +33,7 @@ public abstract class NewBranchAction<T extends Repository> extends DumbAwareAct
|
||||
protected Project myProject;
|
||||
|
||||
public NewBranchAction(@NotNull Project project, @NotNull List<T> repositories) {
|
||||
super("New &Branch", "Create and checkout new branch", IconUtil.getAddIcon());
|
||||
super("New Branch", "Create and checkout new branch", IconUtil.getAddIcon());
|
||||
myRepositories = repositories;
|
||||
myProject = project;
|
||||
}
|
||||
|
||||
@@ -132,7 +132,7 @@ public class HgBranchPopupActions {
|
||||
@NotNull final VirtualFile myPreselectedRepo;
|
||||
|
||||
HgNewBookmarkAction(@NotNull Project project, @NotNull List<HgRepository> repositories, @NotNull VirtualFile preselectedRepo) {
|
||||
super("New Book&mark", "Create new bookmark", null);
|
||||
super("New Bookmark", "Create new bookmark", null);
|
||||
myProject = project;
|
||||
myRepositories = repositories;
|
||||
myPreselectedRepo = preselectedRepo;
|
||||
|
||||
Reference in New Issue
Block a user