From 8154009abf90ef80cb72d88d85ddb9f8a7f3dd4c Wed, 25 May 2011 15:50:37 -0500
From: Jessica Straatmann <jastraat@105111.no-reply.drupal.org>
Date: Wed, 25 May 2011 15:39:47 -0500
Subject: [PATCH] Add administer panels styles permission in hook_permission - 1139340

diff --git a/panels.module b/panels.module
index b7d233a..0deb54b 100644
--- a/panels.module
+++ b/panels.module
@@ -280,6 +280,10 @@
       'title' => t("Configure caching settings on Panels"),
       'description' => t("Allows a user to configure caching on Panels displays and panes."),
     ),
+    'administer panels styles' => array(
+      'title' => t("Configure styles on Panel panes and regions"),
+      'description' => t(""),
+    )
   );
 }
