From 9cda8f7094ed6ecb54a231225072d3c71d589ba3 Mon Sep 17 00:00:00 2001 From: James Whitehead Ii Date: Wed, 8 Aug 2007 01:00:06 +0000 Subject: [PATCH] * Not sure how this got in there, fixing a copy/paste error? --- TomTom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5