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

archive: add 'All Files' to the filter of browse dialog

Changeset ed77a5ab9994

Parent 1246c1753318

by Yuki KODAMA

Changes to one file · Browse files at ed77a5ab9994 Showing diff from parent 1246c1753318 Diff from another changeset...

 
208
209
210
211
212
 
 
213
214
215
 
208
209
210
 
 
211
212
213
214
215
@@ -208,8 +208,8 @@
  response = gtklib.NativeSaveFileDialogWrapper(   InitialDir=dest,   Title=_('Select Destination File'), - Filter=((label, ext),)).run() - + Filter=((label, ext), + (_('All Files (*.*)'), '*.*'))).run()   if response:   self.destentry.set_text(response)