Changeset 117 for oup/current/Tools


Ignore:
Timestamp:
Feb 26, 2007, 11:57:17 PM (18 years ago)
Author:
alloc
Message:
 
Location:
oup/current/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/Template.dfm

    r106 r117  
    312312    end
    313313    object popup_linkshere: TMenuItem
    314       Caption = 'What links here?'
    315       Enabled = False
     314      Caption = 'What links here? Where does this file link to?'
    316315      OnClick = popup_linkshereClick
    317316    end
  • oup/current/Tools/Template.pas

    r113 r117  
    345345        filepopup.Items.Items[i].Enabled := False;
    346346  end;
    347   filepopup.Items.Find('What links here?').Enabled :=
    348       ConManager.Connection[FConnectionID].Backend = DB_ADB;
    349347end;
    350348
Note: See TracChangeset for help on using the changeset viewer.