Ignore:
Timestamp:
02/02/03 06:41:50 (21 years ago)
Author:
Nicholas Riley
Message:

Fixed bugs, added final set of features for 1.3b3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEETextEdit.c

    r74 r75  
    1313#include "ICeCoffEEConfig.h"
    1414#include "ICeCoffEEShared.h"
    15 #include "ICeCoffEEAppMenu.h"
     15#include "ICeCoffEEActionMenu.h"
    1616#include <ApplicationEnhancer/ApplicationEnhancer.h>
    1717
     
    137137                err = ICParseURL(inst, hint, *textH, GetHandleSize(textH), &selStart, &selEnd, urlH);
    138138                if (err == noErr)
    139                     err = ICCF_LaunchURLWithApplication(inst, hint, *urlH, 0, GetHandleSize(urlH) - 1);
     139                    err = ICCF_DoURLActionMenu(inst, hint, *urlH, 0, GetHandleSize(urlH) - 1);
    140140                DisposeHandle(urlH);
    141141            }
Note: See TracChangeset for help on using the changeset viewer.