summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/LiveDeployment/GraphView.java
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-10-26 23:42:06 +0200
committerJose <jose@zeroc.com>2012-10-26 23:42:06 +0200
commiteeba0e310651a2d72c6472aa206670dcc3d2a909 (patch)
treec30f0b46bc0226cd643832dc41314078a045d957 /java/src/IceGridGUI/LiveDeployment/GraphView.java
parentFixed warning introduced by previous commit (diff)
downloadice-eeba0e310651a2d72c6472aa206670dcc3d2a909.tar.bz2
ice-eeba0e310651a2d72c6472aa206670dcc3d2a909.tar.xz
ice-eeba0e310651a2d72c6472aa206670dcc3d2a909.zip
rename Graph > Metrics Graph
Diffstat (limited to 'java/src/IceGridGUI/LiveDeployment/GraphView.java')
-rw-r--r--java/src/IceGridGUI/LiveDeployment/GraphView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/LiveDeployment/GraphView.java b/java/src/IceGridGUI/LiveDeployment/GraphView.java
index c65f7cf3199..19005db7458 100644
--- a/java/src/IceGridGUI/LiveDeployment/GraphView.java
+++ b/java/src/IceGridGUI/LiveDeployment/GraphView.java
@@ -547,7 +547,7 @@ public class GraphView extends JFrame implements MetricsFieldContext
builder.nextLine();
builder.append(xAxisPanel);
- if(JOptionPane.showConfirmDialog(GraphView.this, builder.getPanel(), "Graph Preferences",
+ if(JOptionPane.showConfirmDialog(GraphView.this, builder.getPanel(), "Metrics Graph Preferences",
JOptionPane.OK_CANCEL_OPTION, JOptionPane.PLAIN_MESSAGE) != JOptionPane.OK_OPTION)
{
return;