Changeset 117 for oup/current/Tools
- Timestamp:
- Feb 26, 2007, 11:57:17 PM (18 years ago)
- Location:
- oup/current/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/Template.dfm
r106 r117 312 312 end 313 313 object popup_linkshere: TMenuItem 314 Caption = 'What links here?' 315 Enabled = False 314 Caption = 'What links here? Where does this file link to?' 316 315 OnClick = popup_linkshereClick 317 316 end -
oup/current/Tools/Template.pas
r113 r117 345 345 filepopup.Items.Items[i].Enabled := False; 346 346 end; 347 filepopup.Items.Find('What links here?').Enabled :=348 ConManager.Connection[FConnectionID].Backend = DB_ADB;349 347 end; 350 348
Note:
See TracChangeset
for help on using the changeset viewer.