From 634402859c0486d9f21e35d7bfe78a29a604b7e8 Mon Sep 17 00:00:00 2001
From: Jason van Gumster <jason@monsterjavaguns.com>
Date: Sat, 4 Jan 2014 14:55:23 -0500
Subject: [PATCH] Updated add-on to support the new tabs in the Tool Shelf.

The Edit Linked Library panel now only appears in the Relations tab
---
 object_edit_linked.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/object_edit_linked.py b/object_edit_linked.py
index e880b9fd9..d5ea83994 100644
--- a/object_edit_linked.py
+++ b/object_edit_linked.py
@@ -158,6 +158,7 @@ class PanelLinkedEdit(bpy.types.Panel):
     bl_label = "Edit Linked Library"
     bl_space_type = "VIEW_3D"
     bl_region_type = "TOOLS"
+    bl_category = "Relations"
 
     @classmethod
     def poll(cls, context):
-- 
GitLab