Author: daceywang
Date: Thu Apr 30 13:36:45 2009
New Revision: 3031
Modified:
trunk/src/ca/sqlpower/architect/swingui/RelationshipEditPanel.java
Log:
Since the color chooser pop up a new dialogue, so change the name of the
button from "Customize" to "Custom...".
Modified: trunk/src/ca/sqlpower/architect/swingui/RelationshipEditPanel.java
==============================================================================
--- trunk/src/ca/sqlpower/architect/swingui/RelationshipEditPanel.java
(original)
+++ trunk/src/ca/sqlpower/architect/swingui/RelationshipEditPanel.java Thu
Apr 30 13:36:45 2009
@@ -455,7 +455,7 @@
this.editDialog = editDialog;
}
- Action customColour = new AbstractAction("Customize") {
+ Action customColour = new AbstractAction("Custom...") {
public void actionPerformed(ActionEvent arg0) {
Color colour =
session.getCustomColour(relationshipLines.get(0).getForegroundColor());
if (colour != null) {