Ignore:
Timestamp:
09/16/08 09:55:34 (16 years ago)
Author:
ra33
Message:

Added some HELP actions
More mail stuff... and networking stuff
Can now save frames and send messages to peers
Also version control prevent versions from being lost

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Simple.java

    r298 r306  
    12871287                        String frameName = context.getPrimitives().getStringValue(
    12881288                                        frameNameVar);
    1289                         NavigationActions.Goto(frameName);
     1289                        Navigation.Goto(frameName);
    12901290                } else if (tokens[0].startsWith("get")) {
    12911291                        if (tokens[0].startsWith("getframe")) {
Note: See TracChangeset for help on using the changeset viewer.