Change addon name, version, author
Tek Hudson [06-23-19 - 08:20]
Change addon name, version, author
diff --git a/DruidBar.toc b/DruidBar.toc
deleted file mode 100644
index 9e0c4a5..0000000
--- a/DruidBar.toc
+++ /dev/null
@@ -1,7 +0,0 @@
-## Interface: 11200
-## Title: Druid Bar Classic v0.1
-## Notes: Shows mana in bear/cat form.
-## Current Author: Tek (port to WoW Classic Beta)
-## Original Author: SkaDemon (GUI: DiabloHu)
-## SavedVariables: DruidBarKey
-DruidBar.xml
diff --git a/DruidBarClassic.toc b/DruidBarClassic.toc
new file mode 100644
index 0000000..7a7dc51
--- /dev/null
+++ b/DruidBarClassic.toc
@@ -0,0 +1,7 @@
+## Interface: 11200
+## Title: Druid Bar Classic v0.1
+## Notes: Shows mana in bear/cat form.
+## Current Author: Tek (port to WoW Classic Beta)
+## Original Authors: SkaDemon (GUI: DiabloHu)
+## SavedVariables: DruidBarKey
+DruidBar.xml
diff --git a/GUI.xml b/GUI.xml
index 553587f..d8498d3 100644
--- a/GUI.xml
+++ b/GUI.xml
@@ -1098,6 +1098,7 @@
</OnShow>
</Scripts>
</Frame>
+
<EditBox name="ManaBorder_FrameLevel_EditBox" autoFocus="false" inherits="InputBoxTemplate" bytes="64">
<Size>
<AbsDimension x="230" y="16"/>
@@ -1126,7 +1127,6 @@
<FontString inherits="ChatFontNormal"/>
</EditBox>
-
<Button name="DRUIDBAROptionsFrameClose" inherits="OptionsButtonTemplate" text="DRUIDBAR_OPTIONS_Close">
<Anchors>
<Anchor point="BOTTOMRIGHT">
@@ -1155,6 +1155,7 @@
</Layers>
</Button>
</Frames>
+
<Scripts>
<OnLoad>
DRUIDBAROptions_OnLoad();
diff --git a/localization.lua b/localization.lua
index eced2ab..c590501 100644
--- a/localization.lua
+++ b/localization.lua
@@ -90,7 +90,7 @@ DRUIDBAR_OPTIONS_ColorBack = "Bg Color";
DRUIDBAR_OPTIONS_ColorBorder = "Border Color";
DRUIDBAR_OPTIONS_Message_Mana = "Mana Bar";
DRUIDBAR_OPTIONS_Message_border = "Bar Border";
-DRUIDBAR_OPTIONS_Version = "|cff9d9d9dDruid Bar v3.41\nCore by Ska Demon, GUI by Diablohu|r";
+DRUIDBAR_OPTIONS_Version = "|cff9d9d9dDruid Bar Classic v0.1\nby Tek|r";
if ( GetLocale() == "frFR" ) then