Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

history: show detailed name of custom filter in window title

Changeset e166c6f44f5c

Parent a248b180adba

by Yuki KODAMA

Changes to one file · Browse files at e166c6f44f5c Showing diff from parent a248b180adba Diff from another changeset...

 
1040
1041
1042
1043
 
1044
1045
1046
 
1040
1041
1042
 
1043
1044
1045
1046
@@ -1040,7 +1040,7 @@
  opts['filehist'] = name   self.graphview.refresh(graphcol, [name], opts)   if not opts.get('filehist'): - ftitle(_('custom filter')) + ftitle(self.filtercombo.get_active_text())   self.graphview.refresh(False, npats, opts)   filtertext += self.filtercombo.get_active_text()   elif self.filter == 'all':