]> 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, 21 Sep 2013 11:09:10 +0000 (14:09 +0300)
qmvocdocument.cpp

index 2c403414ed4f6a1cda2d28e0c4c041292be794aa..166f422a251fdde43e3713b0d06048752375a838 100644 (file)
@@ -903,13 +903,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 }
                 };