mjudd 2007-03-07 00:08:15 +00:00
parent 2f5f0e3aa2
commit 88f21c4d1a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class AdempiereLabelUI extends MetalLabelUI
{
JLabel label = (JLabel)e.getSource ();
String key = getName ();
if (key == PRESS)
if (key.equals(PRESS))
{
doPress (label);
}