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

index 4436d19c962717576b327a32f0b1c858958d7629..70128669f76d6e0bab017709d0f3a6c000cd35af 100644 (file)
@@ -1371,7 +1371,8 @@ template<class TTableAttr> bool ExportTableToFile(const TTableAttr& aTabAttr,
        if (!aLine.stripWhiteSpace().isEmpty()) {
          aColTitle = aColumnTitles[j-1];
          if (!aColTitle.stripWhiteSpace().isEmpty())
-           aLine = aLine + "  #TITLE: " + aColTitle + "\n";
+           aLine = aLine + "  #TITLE: " + aColTitle;
+         aLine += "\n";
          aFile.writeBlock(aLine, aLine.length());
        }
       }