Some fleshing out of MergeView.

This commit is contained in:
Jim Evins
2016-05-10 23:59:57 -04:00
parent 37358aac43
commit 8b56520fed
13 changed files with 175 additions and 29 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
///
MergeTextCsv::MergeTextCsv() : MergeText(',',false)
{
mId = "Text/CSV";
mId = "Text/Comma";
}
@@ -60,7 +60,7 @@ MergeTextCsv* MergeTextCsv::clone() const
///
QString MergeTextCsv::id()
{
return "Text/CSV";
return "Text/Comma";
}