mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
todo preview: rename (IDEA-95878)
(cherry picked from commit 430d203853095d8408534b2d5589ef910a02ea5e)
This commit is contained in:
@@ -645,7 +645,7 @@ abstract class TodoPanel extends SimpleToolWindowPanel implements OccurenceNavig
|
||||
private final class MyPreviewAction extends ToggleAction {
|
||||
|
||||
MyPreviewAction() {
|
||||
super("Preview Usages", null, AllIcons.Actions.PreviewDetails);
|
||||
super("Preview Source", null, AllIcons.Actions.PreviewDetails);
|
||||
}
|
||||
|
||||
public void update(AnActionEvent e) {
|
||||
|
||||
Reference in New Issue
Block a user