From 7d41978b2f646c7767175c8c3389244901a490c1 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Wed, 18 Aug 2010 21:09:43 +0000
Subject: [PATCH] Add tooltip TinyMCE button.

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@148 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/modules/unl/unl.module | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module
index 7b960615..fcf09b52 100644
--- a/sites/all/modules/unl/unl.module
+++ b/sites/all/modules/unl/unl.module
@@ -38,7 +38,8 @@ function unl_wysiwyg_plugin($editor)
                 'buttons' => array(
                     'unlZenBox'   => 'UNL Zen Box',
                     'unlZenTable' => 'UNL Zen Table',
-                    'unlLayout'   => 'UNL Layout'
+                    'unlLayout'   => 'UNL Layout',
+                    'unlTooltip'  => 'UNL Tooltip'
                 ),
                 // A list of global, native editor configuration settings to
                 // override. To be used rarely and only when required.
-- 
GitLab