diff Buttons.lua @ 21:90bf38d48efd

committing changes to obsolete 0.4 series
author Flick <flickerstreak@gmail.com>
date Fri, 07 Mar 2008 21:54:26 +0000
parents 639282f3a0e0
children
line wrap: on
line diff
--- a/Buttons.lua	Tue May 22 16:39:02 2007 +0000
+++ b/Buttons.lua	Fri Mar 07 21:54:26 2008 +0000
@@ -32,7 +32,7 @@
 Action.defaultProfile = {
   type = "ReAction",
   subtype = "Action",
-  ids = { },
+  buttons = { },
   selfcast = nil,
   keyBindLoc = "TOPRIGHT",
   keyBindRightLoc = "RIGHT",
@@ -50,7 +50,7 @@
 PetAction.defaultProfile = {
   type = "ReAction",
   subtype = "Pet Action",
-  ids = { },
+  buttons = { },
   keyBindLoc = "TOPRIGHT",
   showKeyBind = false,
   showGrid = false,