Changeset 23


Ignore:
Timestamp:
10/02/02 16:32:12 (20 years ago)
Author:
piso
Message:

dispatchActionPerformed(): let Editor.execute() parse the command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/j/Dispatcher.java

    r2 r23  
    33 *
    44 * Copyright (C) 1998-2002 Peter Graves
    5  * $Id: Dispatcher.java,v 1.1.1.1 2002-09-24 16:08:04 piso Exp $
     5 * $Id: Dispatcher.java,v 1.2 2002-10-02 16:32:12 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    628628    {
    629629        try {
    630             editor.execute(event.getActionCommand(), null);
     630            editor.execute(event.getActionCommand());
    631631            return true;
    632632        }
Note: See TracChangeset for help on using the changeset viewer.