]> 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 16:38:05 +0000 (18:38 +0200)
qmvocdocument.cpp

index aa7c6a3f3ca60c6d140093de184bd4bd75f476c6..0c78d31ddd563446472efe8a71b8a4668130180f 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 }
                 };