Project

General

Profile

« Previous | Next » 

Revision 7e366dc2

Added by Katja Luther about 6 years ago

ref #6547: small changes in symbols

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/util/TaxonTreeNodeLabelProvider.java
63 63
                    try{
64 64
                        String text= "";
65 65
                            if (taxonNode.isUnplaced()){
66
                                text += Character.toString((char)248) + " ";
66
                                text += Character.toString((char)63) + " ";
67 67
                            }
68 68
                            if (taxonNode.isExcluded()){
69
                                text +=Character.toString((char)191) + " ";
69
                                text +=Character.toString((char)248) + " ";
70 70
                            }
71 71
                        text += taxon.getName() != null ? ((IIdentifiableEntity) HibernateProxyHelper.deproxy(taxon.getName())).getTitleCache() : new String();
72 72
                        return text;

Also available in: Unified diff