]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for the bug "IPAL22809 TC 6.4.0: error - import Table from file." RELIQUAT_6x_15112011
authorrnv <rnv@opencascade.com>
Thu, 10 Nov 2011 08:16:29 +0000 (08:16 +0000)
committerrnv <rnv@opencascade.com>
Thu, 10 Nov 2011 08:16:29 +0000 (08:16 +0000)
src/VISUGUI/VISU_msg_en.ts
src/VISUGUI/VisuGUI.cxx

index f8eda5b46887797e85c79e8b8a6dba220e52bc70..05b5f2b1030f1307ad662832445f691123ff4f62 100644 (file)
@@ -1143,6 +1143,10 @@ Input value precision can be adjusted using
         <source>UNKNOWN_IMPORT_ERROR</source>
         <translation>Unknown error</translation>
     </message>
+    <message>
+        <source>UNSUPPORTED_FILE_FORMAT</source>
+        <translation>Unsupported file format</translation>
+    </message>
     <message>
         <source>VALUES_LABELING</source>
         <translation>Values labeling</translation>
index 8cd34066962d6786a1ab90c05af5ceeaa1824bd7..e5ea3f837822cc25043b909b3b3f33fc4fcfb10b 100644 (file)
@@ -510,7 +510,7 @@ VisuGUI
         }
       }
       catch(...) {
-        errors.append( QString( "%1 :\n\t%2" ).arg( aFileInfo.filePath() ).arg( tr( "UNKNOWN_IMPORT_ERROR" ) ) );
+        errors.append( QString( "%1 :\n\t%2" ).arg( aFileInfo.filePath() ).arg( tr( "UNSUPPORTED_FILE_FORMAT" ) ) );
       }
     }
   }