Control: tags -1 patch

The attached patch fixes the issue.
--- /usr/lib/pymodules/python2.7/cviewer/action/load_cff.py.orig	2014-12-10 14:27:02.153226978 +0100
+++ /usr/lib/pymodules/python2.7/cviewer/action/load_cff.py	2014-12-10 14:27:13.505461300 +0100
@@ -55,7 +55,7 @@
             cfile = self.window.application.get_service('cviewer.plugins.cff2.cfile.CFile')
             exec_as_funct = False
 
-        wildcard = "All files (*.*)|*.*|" \
+        wildcard = "All files (*.*)|*.*" \
                    "Nifti-1 (*.nii.gz)|*.nii.gz|" \
                    "Gifti (*.gii)|*.gii|" \
                    "TrackVis tracks (*.trk)|*.trk|" \

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to