From 983a10f59d93e165de0b32ee9f14f8f52b3a52b7 Mon Sep 17 00:00:00 2001 From: Charles Gutjahr Date: Sun, 14 Sep 2014 17:36:43 +1000 Subject: [PATCH] Fixed title (it had reverted to 'Uploader' instead of 'Companion') --- uploader/src/main/scala/net/hearthstats/ui/CompanionFrame.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploader/src/main/scala/net/hearthstats/ui/CompanionFrame.scala b/uploader/src/main/scala/net/hearthstats/ui/CompanionFrame.scala index f029d0fd..177ff961 100644 --- a/uploader/src/main/scala/net/hearthstats/ui/CompanionFrame.scala +++ b/uploader/src/main/scala/net/hearthstats/ui/CompanionFrame.scala @@ -131,7 +131,7 @@ class CompanionFrame(val environment: Environment, val monitor: Monitor) extends } def updateTitle() { - var title = "HearthStats.net Uploader" + var title = "HearthStats Companion" if (monitor._hearthstoneDetected) { if (HearthstoneAnalyser.screen != null) { title += " - " + HearthstoneAnalyser.screen.title