Index: includes/display_edit.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/panels/includes/Attic/display_edit.inc,v
retrieving revision 1.1.2.46
diff -u -p -r1.1.2.46 display_edit.inc
--- includes/display_edit.inc	25 May 2008 21:19:57 -0000	1.1.2.46
+++ includes/display_edit.inc	26 May 2008 22:07:28 -0000
@@ -90,11 +90,11 @@ function panels_edit_display($display, $
   $explanation_text = '<p>Grab the title bar of any pane to drag-and-drop it into another panel. Click the add pane button (!addicon) in any panel to add more content. Click the configure (!configicon) button on any pane to re-configure that pane. Click the cache (!cacheicon) button to configure caching for that pane specifically. Click the show/hide (!showicon/!hideicon) toggle button to show or hide that pane. Panes hidden in this way will be hidden from <em>everyone</em> until the hidden status is toggled off.</p>';
   $form['explanation'] = array(
     '#value' => t($explanation_text, array(
-        '!addicon' => '<span class="inline-icon-help"><img src="' . panels_get_path('images/icon-addcontent.png') . '" title="Add content to this panel" /></span>',
-        '!configicon' => '<span class="inline-icon-help"><img src="' . panels_get_path('images/icon-configure.png') . '" title="Configure this pane" /></span>',
-        '!cacheicon' => '<span class="inline-icon-help"><img src="' . panels_get_path('images/icon-cache.png') . '" title="Control caching" /></span>',
-        '!showicon' => '<span class="inline-icon-help"><img src="' . panels_get_path('images/icon-showpane.png') . '" title="Show this pane" /></span>',
-        '!hideicon' => '<span class="inline-icon-help"><img src="' . panels_get_path('images/icon-hidepane.png') . '" title="Hide this pane" /></span>',
+        '!addicon' => '<span class="inline-icon-help"><img src="' . panels_get_path('images/icon-addcontent.png', 'TRUE') . '" title="Add content to this panel" /></span>',
+        '!configicon' => '<span class="inline-icon-help"><img src="' . panels_get_path('images/icon-configure.png', 'TRUE') . '" title="Configure this pane" /></span>',
+        '!cacheicon' => '<span class="inline-icon-help"><img src="' . panels_get_path('images/icon-cache.png', 'TRUE') . '" title="Control caching" /></span>',
+        '!showicon' => '<span class="inline-icon-help"><img src="' . panels_get_path('images/icon-showpane.png', 'TRUE') . '" title="Show this pane" /></span>',
+        '!hideicon' => '<span class="inline-icon-help"><img src="' . panels_get_path('images/icon-hidepane.png', 'TRUE') . '" title="Hide this pane" /></span>',
       )),
   );
 
