Make the docs show up tehehe
Ackis [11-26-08 - 22:37]
Make the docs show up tehehe
diff --git a/ARLConfig.lua b/ARLConfig.lua
index 2fcd88f..7fc6484 100644
--- a/ARLConfig.lua
+++ b/ARLConfig.lua
@@ -1211,6 +1211,7 @@ function addon:SetupOptions()
-- Fill up our modular options...
self:RegisterModuleOptions("Filters", giveFilter(), L["Filtering Options"])
self:RegisterModuleOptions("Profiles", giveProfiles(), L["Profile Options"])
+ self:RegisterModuleOptions("Documentation", giveDocs(), L["ARL Documentation"])
end