* Not sure how this got in there, fixing a copy/paste error?
James Whitehead Ii [08-08-07 - 01:00]
* Not sure how this got in there, fixing a copy/paste error?
diff --git a/TomTom.lua b/TomTom.lua
index 8f942fe..5ff005b 100755
--- a/TomTom.lua
+++ b/TomTom.lua
@@ -122,7 +122,7 @@ function TomTom:CreateCoordWindows()
local c,z,x,y = Astrolabe:GetCurrentPlayerPosition()
if not x or not y then
- self.Player:ZOOM_OUT_BUTTON_TEXTSetText("Player: ---")
+ self.Player:SetText("Player: ---")
else
self.Player:SetText(string.format("Player: %.2f, %.2f", x*100, y*100))
end