diff options.lua @ 103:dc8a23a47b03

- Add 'chatprefix' function for building loot line jump links, and a 'PCFPrint' method which displays them. - Make use of them for local and remote notifications, boss kills, and manual insertions. - Document the additional slash commands and args feature from previous release. Oops. (Text mostly copied from webpage announcement.)
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Sun, 05 Aug 2012 07:26:06 +0000
parents fe04f5c4114a
children 04198c8d0717
line wrap: on
line diff
--- a/options.lua	Sat Aug 04 22:03:05 2012 +0000
+++ b/options.lua	Sun Aug 05 07:26:06 2012 +0000
@@ -273,7 +273,7 @@
 
 		w = AceGUI:Create("Label")
 		w:SetFullWidth(true)
-		w:SetText("This controls the output of the |cff00ffff'Be chatty on <X> changes'|r options.  If this field is a number, it designates which chat frame to use.  Otherwise it is the Lua variable name of a frame with AddMessage capability.")
+		w:SetText("This controls the output of the two |cff00ffff'Be chatty on <X> changes'|r options.  If this field is a number, it designates which chat frame to use.  Otherwise it is the Lua variable name of a frame with AddMessage capability.")
 		chatgroup:AddChild(w)
 		editbox = mkbutton("EditBox", nil, opts.chatty_on_changes_frame,
 			[[1 = default chat frame, 2 = combat log, etc]])
@@ -802,7 +802,11 @@
 end
 
 addon:register_tab_control_AT_END ("opt", [[Options]],
-	[[Options for fine-tuning behavior]], tabs_OGS)
+	[[Options for fine-tuning behavior]], tabs_OGS, [[
+The "be chatty" options can be noisy, but they make the
+|cffff8000[Ouro Loot]|r link much more useful.  See
+<Help -- Handy Tips> for details!
+]])
 
 
 ---------------