]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fixed a problem with exporting of tables.
authorouv <ouv@opencascade.com>
Thu, 29 Jan 2009 14:16:47 +0000 (14:16 +0000)
committerouv <ouv@opencascade.com>
Thu, 29 Jan 2009 14:16:47 +0000 (14:16 +0000)
src/VISU_I/VISU_Table_i.cc

index b9f99c273b9e605fe3ba7b1a0fb1140bdabe13f2..2516a24d1e946e72e8b0f43ec47112937b8b9e24 100644 (file)
@@ -1371,7 +1371,8 @@ template<class TTableAttr> bool ExportTableToFile(const TTableAttr& aTabAttr,
        if (!aLine.trimmed().isEmpty()) {
          aColTitle = aColumnTitles[j-1];
          if (!aColTitle.trimmed().isEmpty())
-           aLine = aLine + "  #TITLE: " + aColTitle + "\n";
+           aLine = aLine + "  #TITLE: " + aColTitle;
+         aLine += "\n";
          aFile.write(aLine.toLatin1());
        }
       }