diff gui.lua @ 7:9a37bd40eb5e

Some help docs on history
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Wed, 15 Jun 2011 23:35:07 +0000
parents df3e27edbd60
children 30ba1f35e164
line wrap: on
line diff
--- a/gui.lua	Wed Jun 15 03:59:13 2011 +0000
+++ b/gui.lua	Wed Jun 15 23:35:07 2011 +0000
@@ -1192,7 +1192,7 @@
 			b:SetFullWidth(true)
 			b:SetCallback("OnClick", function (_b)
 				reset_current_realm(addon.history.realm)
-				addon:Print("Stimpy, you idiot!  You've pushed the history erase button!")
+				addon:Print("Stimpy, you eeediot, you've pushed the history erase button!")
 				return addon:redisplay()
 			end)
 			specials:AddChild(b)
@@ -1203,7 +1203,7 @@
 			b:SetCallback("OnClick", function (_b)
 				addon.history_all = {}
 				reset_current_realm()
-				addon:Print("Stimpy, you idiot!  You've pushed the history erase button!")
+				addon:Print("Stimpy, you eeediot, you've pushed the history erase button!")
 				return addon:redisplay()
 			end)
 			specials:AddChild(b)