Quantcast

- TitanClassicLocation: Fixed left-click causing WorldMapFrame to appear on the left side of the screen.

HonorGoG [08-15-19 - 23:54]
- TitanClassicLocation: Fixed left-click causing WorldMapFrame to appear on the left side of the screen.
- Updated localization data.
- Updated toc for new release.
Filename
TitanClassic/TitanClassic.toc
TitanClassic/locale/Localization.BR.lua
TitanClassic/locale/Localization.CN.lua
TitanClassic/locale/Localization.DE.lua
TitanClassic/locale/Localization.ES.lua
TitanClassic/locale/Localization.FR.lua
TitanClassic/locale/Localization.IT.lua
TitanClassic/locale/Localization.KR.lua
TitanClassic/locale/Localization.RU.lua
TitanClassic/locale/Localization.TW.lua
TitanClassicAmmo/TitanClassicAmmo.toc
TitanClassicBag/TitanClassicBag.toc
TitanClassicClock/TitanClassicClock.toc
TitanClassicGold/TitanClassicGold.toc
TitanClassicLocation/TitanClassicLocation.lua
TitanClassicLocation/TitanClassicLocation.toc
TitanClassicLootType/TitanClassicLootType.toc
TitanClassicPerformance/TitanClassicPerformance.toc
TitanClassicRepair/TitanClassicRepair.toc
TitanClassicVolume/TitanClassicVolume.toc
TitanClassicXP/TitanClassicXP.toc
diff --git a/TitanClassic/TitanClassic.toc b/TitanClassic/TitanClassic.toc
index 8aa6ca9..f7cbdba 100644
--- a/TitanClassic/TitanClassic.toc
+++ b/TitanClassic/TitanClassic.toc
@@ -1,7 +1,7 @@
 ## Interface: 11302
-## Title: Titan Panel Classic |cff00aa001.0.2.11302|r
+## Title: Titan Panel Classic |cff00aa001.0.3.11302|r
 ## Author: Titan Panel Development Team
-## Version: 1.0.2.11302
+## Version: 1.0.3.11302
 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat
 ## OptionalDeps: Ace3, AceGUI-3.0-SharedMediaWidgets, LibSharedMedia-3.0, LibQTip-1.0, !LibUIDropDownMenu
 ## Notes: Adds a display bar on the top and/or bottom of the screen. Allows users to show and control information/launcher plugins.
diff --git a/TitanClassic/locale/Localization.BR.lua b/TitanClassic/locale/Localization.BR.lua
index 599c80e..9fdd773 100644
--- a/TitanClassic/locale/Localization.BR.lua
+++ b/TitanClassic/locale/Localization.BR.lua
@@ -1,4 +1,4 @@
-local L = LibStub("AceLocale-3.0"):NewLocale("Titan","ptBR")
+local L = LibStub("AceLocale-3.0"):NewLocale("TitanClassic","ptBR")
 if not L then return end

 L["TITAN_PANEL"] = "Painel Titan";
diff --git a/TitanClassic/locale/Localization.CN.lua b/TitanClassic/locale/Localization.CN.lua
index 8103c08..77d9893 100644
--- a/TitanClassic/locale/Localization.CN.lua
+++ b/TitanClassic/locale/Localization.CN.lua
@@ -1,4 +1,4 @@
-local L = LibStub("AceLocale-3.0"):NewLocale("Titan","zhCN")
+local L = LibStub("AceLocale-3.0"):NewLocale("TitanClassic","zhCN")
 if not L then return end

 L["TITAN_PANEL"] = "Titan Panel Classic";
diff --git a/TitanClassic/locale/Localization.DE.lua b/TitanClassic/locale/Localization.DE.lua
index 152adfc..38c11ee 100644
--- a/TitanClassic/locale/Localization.DE.lua
+++ b/TitanClassic/locale/Localization.DE.lua
@@ -1,4 +1,4 @@
-local L = LibStub("AceLocale-3.0"):NewLocale("Titan","deDE")
+local L = LibStub("AceLocale-3.0"):NewLocale("TitanClassic","deDE")
 if not L then return end

 L["TITAN_PANEL"] = "Titan Panel Classic";
diff --git a/TitanClassic/locale/Localization.ES.lua b/TitanClassic/locale/Localization.ES.lua
index 3eb66c9..605b004 100644
--- a/TitanClassic/locale/Localization.ES.lua
+++ b/TitanClassic/locale/Localization.ES.lua
@@ -1,4 +1,4 @@
-local L = LibStub("AceLocale-3.0"):NewLocale("Titan","esES")
+local L = LibStub("AceLocale-3.0"):NewLocale("TitanClassic","esES")
 if not L then return end

 L["TITAN_DEBUG"] = "<Titan>";
diff --git a/TitanClassic/locale/Localization.FR.lua b/TitanClassic/locale/Localization.FR.lua
index e9b6534..2ca0a22 100644
--- a/TitanClassic/locale/Localization.FR.lua
+++ b/TitanClassic/locale/Localization.FR.lua
@@ -1,4 +1,4 @@
-local L = LibStub("AceLocale-3.0"):NewLocale("Titan","frFR")
+local L = LibStub("AceLocale-3.0"):NewLocale("TitanClassic","frFR")
 if not L then return end

 L["TITAN_PANEL"] = "Titan Panel Classic";
diff --git a/TitanClassic/locale/Localization.IT.lua b/TitanClassic/locale/Localization.IT.lua
index c5ab856..812e019 100644
--- a/TitanClassic/locale/Localization.IT.lua
+++ b/TitanClassic/locale/Localization.IT.lua
@@ -1,4 +1,4 @@
-local L = LibStub("AceLocale-3.0"):NewLocale("Titan","itIT")
+local L = LibStub("AceLocale-3.0"):NewLocale("TitanClassic","itIT")
 if not L then return end

 L["TITAN_PANEL"] = "Titan Panel Classic";
diff --git a/TitanClassic/locale/Localization.KR.lua b/TitanClassic/locale/Localization.KR.lua
index 0a4d54a..04c323d 100644
--- a/TitanClassic/locale/Localization.KR.lua
+++ b/TitanClassic/locale/Localization.KR.lua
@@ -1,8 +1,8 @@
-local L = LibStub("AceLocale-3.0"):NewLocale("Titan","koKR")
+local L = LibStub("AceLocale-3.0"):NewLocale("TitanClassic","koKR")
 if not L then return end

-L["TITAN_PANEL"] = "타이탄 패널";
-local TITAN_PANEL = "타이탄 패널";
+L["TITAN_PANEL"] = "타이탄 패널 Classic";
+local TITAN_PANEL = "타이탄 패널 Classic";
 L["TITAN_DEBUG"] = "<Titan>";
 L["TITAN_PRINT"] = "Titan";

diff --git a/TitanClassic/locale/Localization.RU.lua b/TitanClassic/locale/Localization.RU.lua
index 30604b0..9bf4ef1 100644
--- a/TitanClassic/locale/Localization.RU.lua
+++ b/TitanClassic/locale/Localization.RU.lua
@@ -1,4 +1,4 @@
-local L = LibStub("AceLocale-3.0"):NewLocale("Titan","ruRU")
+local L = LibStub("AceLocale-3.0"):NewLocale("TitanClassic","ruRU")
 if not L then return end

 L["TITAN_PANEL"] = "Титан Панель";
@@ -94,7 +94,7 @@ L["TITAN_PANEL_GLOBAL_RESET_PART"] = "перенастройка опций";
 L["TITAN_PANEL_GLOBAL_ERR_1"] = "Вы не можете загрузить профиль, когда используется основной профиль";

 -- general panel locale
-L["TITAN_PANEL_VERSION_INFO"] = "|cffffd700 от |cffff8c00Titan Development Team";
+L["TITAN_PANEL_VERSION_INFO"] = "|cffffd700 от |cffff8c00"..TITAN_PANEL.." Development Team";;
 L["TITAN_PANEL_MENU_TITLE"] = "Титан панель";
 L["TITAN_PANEL_MENU_HIDE"] = "Скрыть";
 L["TITAN_PANEL_MENU_IN_COMBAT_LOCKDOWN"] = "(В Бою)";
diff --git a/TitanClassic/locale/Localization.TW.lua b/TitanClassic/locale/Localization.TW.lua
index c7101f2..9037a3d 100644
--- a/TitanClassic/locale/Localization.TW.lua
+++ b/TitanClassic/locale/Localization.TW.lua
@@ -1,4 +1,4 @@
-local L = LibStub("AceLocale-3.0"):NewLocale("Titan","zhTW")
+local L = LibStub("AceLocale-3.0"):NewLocale("TitanClassic","zhTW")
 if not L then return end

 L["TITAN_PANEL"] = "Titan Panel Classic";
@@ -94,7 +94,7 @@ L["TITAN_PANEL_GLOBAL_RESET_PART"] = "resetting options";
 L["TITAN_PANEL_GLOBAL_ERR_1"] = "You may not load a profile when a global profile is in use";

 -- general panel locale
-L["TITAN_PANEL_VERSION_INFO"] = "|cffff8c00Titan Development Team |cffffffff Presents ".." |cffffffff";
+L["TITAN_PANEL_VERSION_INFO"] = "|cffffd700 by the |cffff8c00"..TITAN_PANEL.." Development Team";
 L["TITAN_PANEL_MENU_TITLE"] = "泰坦面版";
 L["TITAN_PANEL_MENU_HIDE"] = "隱藏";
 L["TITAN_PANEL_MENU_IN_COMBAT_LOCKDOWN"] = "(戰鬥中)";
diff --git a/TitanClassicAmmo/TitanClassicAmmo.toc b/TitanClassicAmmo/TitanClassicAmmo.toc
index b3f775d..ddecf03 100644
--- a/TitanClassicAmmo/TitanClassicAmmo.toc
+++ b/TitanClassicAmmo/TitanClassicAmmo.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fAmmo|r] |cff00aa001.0.2.11302|r
+## Title: Titan Panel Classic [|cffeda55fAmmo|r] |cff00aa001.0.3.11302|r
 ## Notes: Adds an ammo monitor to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.2.11302
+## Version: 1.0.3.11302
 ## X-Child-Of: TitanClassic
 TitanClassicAmmo.xml
\ No newline at end of file
diff --git a/TitanClassicBag/TitanClassicBag.toc b/TitanClassicBag/TitanClassicBag.toc
index a9064bb..d2fc6e8 100644
--- a/TitanClassicBag/TitanClassicBag.toc
+++ b/TitanClassicBag/TitanClassicBag.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fBag|r] |cff00aa001.0.2.11302|r
+## Title: Titan Panel Classic [|cffeda55fBag|r] |cff00aa001.0.3.11302|r
 ## Notes: Adds bag and free slot information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.2.11302
+## Version: 1.0.3.11302
 ## X-Child-Of: TitanClassic
 TitanClassicBag.xml
diff --git a/TitanClassicClock/TitanClassicClock.toc b/TitanClassicClock/TitanClassicClock.toc
index 80da916..a64dc50 100644
--- a/TitanClassicClock/TitanClassicClock.toc
+++ b/TitanClassicClock/TitanClassicClock.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fClock|r] |cff00aa001.0.2.11302|r
+## Title: Titan Panel Classic [|cffeda55fClock|r] |cff00aa001.0.3.11302|r
 ## Notes: Adds a clock to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.2.11302
+## Version: 1.0.3.11302
 ## X-Child-Of: TitanClassic
 TitanClassicClock.xml
diff --git a/TitanClassicGold/TitanClassicGold.toc b/TitanClassicGold/TitanClassicGold.toc
index 67f230e..44aa293 100644
--- a/TitanClassicGold/TitanClassicGold.toc
+++ b/TitanClassicGold/TitanClassicGold.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fGold|r] |cff00aa001.0.2.11302|r
+## Title: Titan Panel Classic [|cffeda55fGold|r] |cff00aa001.0.3.11302|r
 ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis.
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables: GoldSave
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.2.11302
+## Version: 1.0.3.11302
 ## X-Child-Of: TitanClassic
 TitanClassicGold.xml
diff --git a/TitanClassicLocation/TitanClassicLocation.lua b/TitanClassicLocation/TitanClassicLocation.lua
index 17edc16..e4cad85 100755
--- a/TitanClassicLocation/TitanClassicLocation.lua
+++ b/TitanClassicLocation/TitanClassicLocation.lua
@@ -247,7 +247,7 @@ function TitanPanelLocationButton_OnClick(self, button)
 				activeWindow:Insert(message);
 			end
 		else
-			ToggleFrame(WorldMapFrame);
+			ToggleWorldMap();
 		end
 	end
 --[[
diff --git a/TitanClassicLocation/TitanClassicLocation.toc b/TitanClassicLocation/TitanClassicLocation.toc
index 180a501..f782ad4 100644
--- a/TitanClassicLocation/TitanClassicLocation.toc
+++ b/TitanClassicLocation/TitanClassicLocation.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fLocation|r] |cff00aa001.0.2.11302|r
+## Title: Titan Panel Classic [|cffeda55fLocation|r] |cff00aa001.0.3.11302|r
 ## Notes: Adds coordinates and location information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.2.11302
+## Version: 1.0.3.11302
 ## X-Child-Of: TitanClassic
 TitanClassicLocation.xml
diff --git a/TitanClassicLootType/TitanClassicLootType.toc b/TitanClassicLootType/TitanClassicLootType.toc
index 50d720e..66feba8 100644
--- a/TitanClassicLootType/TitanClassicLootType.toc
+++ b/TitanClassicLootType/TitanClassicLootType.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fLootType|r] |cff00aa001.0.2.11302|r
+## Title: Titan Panel Classic [|cffeda55fLootType|r] |cff00aa001.0.3.11302|r
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.2.11302
+## Version: 1.0.3.11302
 ## X-Child-Of: TitanClassic
 TitanClassicLootType.xml
diff --git a/TitanClassicPerformance/TitanClassicPerformance.toc b/TitanClassicPerformance/TitanClassicPerformance.toc
index fea3593..201e088 100644
--- a/TitanClassicPerformance/TitanClassicPerformance.toc
+++ b/TitanClassicPerformance/TitanClassicPerformance.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fPerformance|r] |cff00aa001.0.2.11302|r
+## Title: Titan Panel Classic [|cffeda55fPerformance|r] |cff00aa001.0.3.11302|r
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.2.11302
+## Version: 1.0.3.11302
 ## X-Child-Of: TitanClassic
 TitanClassicPerformance.xml
diff --git a/TitanClassicRepair/TitanClassicRepair.toc b/TitanClassicRepair/TitanClassicRepair.toc
index e145207..107a8cf 100644
--- a/TitanClassicRepair/TitanClassicRepair.toc
+++ b/TitanClassicRepair/TitanClassicRepair.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fRepair|r] |cff00aa001.0.2.11302|r
+## Title: Titan Panel Classic [|cffeda55fRepair|r] |cff00aa001.0.3.11302|r
 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.2.11302
+## Version: 1.0.3.11302
 ## X-Child-Of: TitanClassic
 TitanClassicRepair.xml
diff --git a/TitanClassicVolume/TitanClassicVolume.toc b/TitanClassicVolume/TitanClassicVolume.toc
index e3bd921..507a669 100644
--- a/TitanClassicVolume/TitanClassicVolume.toc
+++ b/TitanClassicVolume/TitanClassicVolume.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fVolume|r] |cff00aa001.0.2.11302|r
+## Title: Titan Panel Classic [|cffeda55fVolume|r] |cff00aa001.0.3.11302|r
 ## Notes: Adds a volume control icon on your Titan Bar
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.2.11302
+## Version: 1.0.3.11302
 ## X-Child-Of: TitanClassic
 TitanClassicVolume.xml
diff --git a/TitanClassicXP/TitanClassicXP.toc b/TitanClassicXP/TitanClassicXP.toc
index cab27df..aafeb88 100644
--- a/TitanClassicXP/TitanClassicXP.toc
+++ b/TitanClassicXP/TitanClassicXP.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fXP|r] |cff00aa001.0.2.11302|r
+## Title: Titan Panel Classic [|cffeda55fXP|r] |cff00aa001.0.3.11302|r
 ## Notes: Adds information to Titan Panel about XP earned and time to level
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.2.11302
+## Version: 1.0.3.11302
 ## X-Child-Of: TitanClassic
 TitanClassicXP.xml