mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[file-history] rename MyToggleAction to MyShowDetailsAction
This commit is contained in:
@@ -492,7 +492,7 @@ public class FileHistoryPanelImpl extends PanelWithActionsAndCloseButton impleme
|
||||
}
|
||||
result.add(new RefreshFileHistoryAction());
|
||||
if (!myIsStaticAndEmbedded) {
|
||||
result.add(new MyToggleAction());
|
||||
result.add(new MyShowDetailsAction());
|
||||
}
|
||||
|
||||
if (!popup && supportsTree()) {
|
||||
@@ -1645,9 +1645,9 @@ public class FileHistoryPanelImpl extends PanelWithActionsAndCloseButton impleme
|
||||
}
|
||||
}
|
||||
|
||||
private class MyToggleAction extends ToggleAction implements DumbAware {
|
||||
private class MyShowDetailsAction extends ToggleAction implements DumbAware {
|
||||
|
||||
public MyToggleAction() {
|
||||
public MyShowDetailsAction() {
|
||||
super("Show Details", "Display details panel", AllIcons.Actions.Preview);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user