Index: oup/current/Tools/Template.dfm
===================================================================
--- oup/current/Tools/Template.dfm	(revision 116)
+++ oup/current/Tools/Template.dfm	(revision 117)
@@ -312,6 +312,5 @@
     end
     object popup_linkshere: TMenuItem
-      Caption = 'What links here?'
-      Enabled = False
+      Caption = 'What links here? Where does this file link to?'
       OnClick = popup_linkshereClick
     end
Index: oup/current/Tools/Template.pas
===================================================================
--- oup/current/Tools/Template.pas	(revision 116)
+++ oup/current/Tools/Template.pas	(revision 117)
@@ -345,6 +345,4 @@
         filepopup.Items.Items[i].Enabled := False;
   end;
-  filepopup.Items.Find('What links here?').Enabled :=
-      ConManager.Connection[FConnectionID].Backend = DB_ADB;
 end;
 
