Ignore:
Timestamp:
08/04/08 12:42:11 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Frame.java

    r176 r185  
    15531553                                if (t.getText().toLowerCase().startsWith("@start")
    15541554                                                || t.getText().toLowerCase().equals("@start:")) {
    1555                                         t.stripFirstWord();
     1555                                        //Used to allow users the option of putting an initial bullet after the @start
     1556                                        //This was replaced by width
     1557                                        //t.stripFirstWord();
     1558                                        t.setText("");
    15561559
    15571560                                        if (t.getText().equals(""))
Note: See TracChangeset for help on using the changeset viewer.