From: rnv Date: Thu, 10 Nov 2011 08:16:29 +0000 (+0000) Subject: Fix for the bug "IPAL22809 TC 6.4.0: error - import Table from file." X-Git-Tag: RELIQUAT_6x_15112011 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=85f9d4cf01a81aad1012868ec00b326a29dfaca4;p=modules%2Fvisu.git Fix for the bug "IPAL22809 TC 6.4.0: error - import Table from file." --- diff --git a/src/VISUGUI/VISU_msg_en.ts b/src/VISUGUI/VISU_msg_en.ts index f8eda5b4..05b5f2b1 100644 --- a/src/VISUGUI/VISU_msg_en.ts +++ b/src/VISUGUI/VISU_msg_en.ts @@ -1143,6 +1143,10 @@ Input value precision can be adjusted using UNKNOWN_IMPORT_ERROR Unknown error + + UNSUPPORTED_FILE_FORMAT + Unsupported file format + VALUES_LABELING Values labeling diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 8cd34066..e5ea3f83 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -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" ) ) ); } } }