Ignore:
Timestamp:
08/22/08 10:54:44 (16 years ago)
Author:
ra33
Message:

Added more import and mail stuff... including text importer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/ItemUtils.java

    r198 r247  
    7171        public static final int TAG_IWIDGET = 16;
    7272
    73         public static final int TAG_LINE_TEMPLATE = 17;
     73        public static final int TAG_DOT_TEMPLATE = 17;
    7474
    7575        public static final int TAG_STAT_TEMPLATE = 18;
     
    322322                case TAG_IWIDGET:
    323323                        return "@iw";
    324                 case TAG_LINE_TEMPLATE:
    325                         return "@linetemplate";
     324                case TAG_DOT_TEMPLATE:
     325                        return "@dottemplate";
    326326                default:
    327327                        return null;
Note: See TracChangeset for help on using the changeset viewer.