changeset 3596:3a0a26011371

For the entries of the Window menu, uniformly use the window title
author Peter Hofer <peter.hofer@jku.at>
date Mon, 17 Oct 2011 16:30:41 +0200
parents 97c1d4902e3f
children 78c94d5d23fb
files src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/Bundle.properties src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/Bundle.properties src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/Bundle.properties src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/Bundle.properties src/share/tools/IdealGraphVisualizer/GraphTextEditor/src/com/sun/hotspot/igv/graphtexteditor/Bundle.properties
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/Bundle.properties	Mon Oct 17 16:29:11 2011 +0200
+++ b/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/Bundle.properties	Mon Oct 17 16:30:41 2011 +0200
@@ -1,4 +1,4 @@
-CTL_BytecodeViewAction=Open BytecodeView Window
+CTL_BytecodeViewAction=Bytecode
 CTL_BytecodeViewTopComponent=Bytecode
 CTL_SelectBytecodesAction=Select nodes
 HINT_BytecodeViewTopComponent=Shows the bytecode associated with the displayed graph.
--- a/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/Bundle.properties	Mon Oct 17 16:29:11 2011 +0200
+++ b/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/Bundle.properties	Mon Oct 17 16:30:41 2011 +0200
@@ -1,4 +1,4 @@
-CTL_ControlFlowAction=Open ControlFlow Window
+CTL_ControlFlowAction=Control Flow
 CTL_ControlFlowTopComponent=Control Flow
 HINT_ControlFlowTopComponent=Shows the blocks of the current graph.
 OpenIDE-Module-Name=ControlFlow
--- a/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/Bundle.properties	Mon Oct 17 16:29:11 2011 +0200
+++ b/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/Bundle.properties	Mon Oct 17 16:30:41 2011 +0200
@@ -2,7 +2,7 @@
 CTL_OpenGraphAction=View graph
 CTL_DiffGraphAction=Difference to current graph
 CTL_RemoveAction=Remove methods
-CTL_OutlineAction=Open Outline Window 
+CTL_OutlineAction=Outline
 CTL_SaveAsAction=Save selected methods...
 CTL_SaveAllAction=Save all...
 CTL_PropertiesAction=Open Properties Window 
--- a/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/Bundle.properties	Mon Oct 17 16:29:11 2011 +0200
+++ b/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/Bundle.properties	Mon Oct 17 16:30:41 2011 +0200
@@ -1,4 +1,4 @@
-CTL_FilterAction=Open Filter Window 
+CTL_FilterAction=Filters
 CTL_MoveFilterUpAction=Move upwards
 CTL_MoveFilterDownAction=Move downwards
 CTL_RemoveFilterAction=Remove
--- a/src/share/tools/IdealGraphVisualizer/GraphTextEditor/src/com/sun/hotspot/igv/graphtexteditor/Bundle.properties	Mon Oct 17 16:29:11 2011 +0200
+++ b/src/share/tools/IdealGraphVisualizer/GraphTextEditor/src/com/sun/hotspot/igv/graphtexteditor/Bundle.properties	Mon Oct 17 16:30:41 2011 +0200
@@ -1,4 +1,4 @@
-CTL_TextAction=Open Text Window
+CTL_TextAction=Text
 CTL_TextTopComponent=Text
 HINT_TextTopComponent=Shows a textual representation of the graph.
 OpenIDE-Module-Name=GraphTextEditor