]> Git trees. - libqmvoc.git/commitdiff
fine tune support for new file formats
authorReto Zingg <g.d0b3rm4n@gmail.com>
Sat, 18 Sep 2010 09:54:01 +0000 (12:54 +0300)
committerReto Zingg <g.d0b3rm4n@gmail.com>
Sat, 15 Dec 2012 18:08:18 +0000 (20:08 +0200)
qmvocdocument.cpp

index a8125e47944cc7d35c8819f0b522ff040f6b8a92..4e0b47dd0702efe2e575d51778b48dfc11df878e 100644 (file)
@@ -901,13 +901,16 @@ QString QmVocDocument::pattern( FileDialogMode mode )
         const char* extensions;
         const char* description;
     }
+
+    // removed filters
+    //                    { true, false, "*.wql", "KWordQuiz Document"  },
+    //                    { true, false, "*.xml.gz *.pau.gz", "Pauker Lesson" },
+    //                    { true, false, "*.xdxf", "XML Dictionary Exchange Format" },
+
     filters[] = {
                     { true, true, "*.kvtml", "KDE Vocabulary Document" },
-                    { true, false, "*.wql", "KWordQuiz Document"  },
-                    { true, false, "*.xml.qz *.pau.gz", "Pauker Lesson" },
                     { true, false, "*.voc", "Vokabeltrainer" },
-                    { true, false, "*.xdxf", "XML Dictionary Exchange Format" },
-                    { true, true, "*.csv", "Comma Separated Values (CSV)" },
+                    { true, true, "*.tsv", "Tab Separated Values (TSV)" },
                     // last is marker for the end, do not remove it
                     { false, false, 0, 0 }
                 };