Show branch on about page

This commit is contained in:
Ruud
2012-10-26 22:14:48 +02:00
parent a86522a810
commit 7420785eaf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -406,7 +406,7 @@ class DesktopUpdater(BaseUpdater):
'last_check': self.last_check,
'update_version': self.update_version,
'version': self.getVersion(),
'branch': 'desktop_build',
'branch': self.branch,
}
def check(self):