Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17537/src/net/sourceforge/bprocessor/gui/attrview
Modified Files:
LinkAttribute.java
Log Message:
Mad some changed to the naming scheme
Index: LinkAttribute.java
===================================================================
RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview/LinkAttribute.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** LinkAttribute.java 17 May 2006 12:03:42 -0000 1.10
--- LinkAttribute.java 23 Aug 2006 13:43:12 -0000 1.11
***************
*** 173,177 ****
JLabel valueLabel;
if (value instanceof Entity) {
! s = ((Entity)value).getName() + "-" + ((Entity)value).getId().toString();
valueLabel = new JLabel(s);
} else {
--- 173,177 ----
JLabel valueLabel;
if (value instanceof Entity) {
! s = ((Entity)value).getName();
valueLabel = new JLabel(s);
} else {
|