Ignore:
Timestamp:
02/03/03 08:13:19 (21 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEE 1.3

File:
1 edited

Legend:

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

    r75 r82  
    187187        if ( (err = AppendMenuItemTextWithCFString(ctx.menu, ICCF_CopyLocalizedString(CFSTR("Add Bookmark")), kMenuItemAttrDisabled, 0, &menuItemIndex)) != noErr)
    188188            THROW_ERR(err);
     189        // the app won't show up at the bottom if someone cmd-option-clicks on 'bookmark:', but they'd have to be crazy to do that anyway
    189190        if ( (err = ICCF_AddAppToMenu(&ctx, appURL, kICURLActionAddBookmark)) != noErr)
    190191            THROW_ERR(err);
Note: See TracChangeset for help on using the changeset viewer.