Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

datamine: consistent window title name

Changeset ca6cd00423f7

Parent 7e2f46c3ec8c

by Steve Borho

Changes to one file · Browse files at ca6cd00423f7 Showing diff from parent 7e2f46c3ec8c Diff from another changeset...

 
34
35
36
37
 
38
39
40
 
34
35
36
 
37
38
39
40
@@ -34,7 +34,7 @@
  COL_LINENUM = 6     def get_title(self): - return _('%s - DataMining') % self.get_reponame() + return _('%s - datamine') % self.get_reponame()     def get_icon(self):   return 'menurepobrowse.ico'