comparison Modules/FailSafe.lua @ 70:f01e0184a275

Another localization test.
author Zerotorescue
date Wed, 15 Sep 2010 16:02:32 +0200
parents eadff31e61e8
children
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("FailSafe", "AceEvent-3.0", "AceTimer-3.0"); 2 local mod = MailOpener:NewModule("FailSafe", "AceEvent-3.0", "AceTimer-3.0");
3 local L = LibStub("AceLocale-3.0"):GetLocale("MailOpener");
3 4
4 mod.moduleDescription = L["Prevents the mail opening from completely stopping when the opening of a single mail gets stuck."]; 5 mod.moduleDescription = L["Prevents the mail opening from completely stopping when the opening of a single mail gets stuck."];
5 mod.moduleRequired = false; 6 mod.moduleRequired = false;
6 7
7 function mod:OnInitialize() 8 function mod:OnInitialize()