Ignore:
Timestamp:
11/20/08 14:24:29 (16 years ago)
Author:
ra33
Message:

Added @autoFormat tag

File:
1 edited

Legend:

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

    r410 r415  
    933933                        break;
    934934                case KeyEvent.VK_F:
    935                         // perform a delete operation
     935                        // perform a format operation
    936936                        Actions.PerformActionCatchErrors(currentFrame, null, "Format");
    937937                        return;
Note: See TracChangeset for help on using the changeset viewer.