Mercurial > wow > mailopener
comparison Modules/BeanCounterSupport.lua @ 70:f01e0184a275
Another localization test.
| author | Zerotorescue |
|---|---|
| date | Wed, 15 Sep 2010 16:02:32 +0200 |
| parents | eadff31e61e8 |
| children | 6a51405c7733 |
comparison
equal
deleted
inserted
replaced
| 69:21b5ecd7d018 | 70:f01e0184a275 |
|---|---|
| 1 local MailOpener = LibStub("AceAddon-3.0"):GetAddon("MailOpener"); | 1 local MailOpener = LibStub("AceAddon-3.0"):GetAddon("MailOpener"); |
| 2 local mod = MailOpener:NewModule("BeanCounterSupport", "AceEvent-3.0", "AceHook-3.0"); | 2 local mod = MailOpener:NewModule("BeanCounterSupport", "AceEvent-3.0", "AceHook-3.0"); |
| 3 local L = LibStub("AceLocale-3.0"):GetLocale("MailOpener"); | |
| 3 | 4 |
| 4 mod.moduleDescription = L["Prevents mail opening while BeanCounter is still scanning. Does nothing when BeanCounter is disabled."]; | 5 mod.moduleDescription = L["Prevents mail opening while BeanCounter is still scanning. Does nothing when BeanCounter is disabled."]; |
| 5 mod.moduleRequired = false; | 6 mod.moduleRequired = false; |
| 6 | 7 |
| 7 local MailAddonName = "BeanCounter"; -- what to fill the global MailAddonBusy with | 8 local MailAddonName = "BeanCounter"; -- what to fill the global MailAddonBusy with |
