From 85f9d4cf01a81aad1012868ec00b326a29dfaca4 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 10 Nov 2011 08:16:29 +0000 Subject: [PATCH] Fix for the bug "IPAL22809 TC 6.4.0: error - import Table from file." --- src/VISUGUI/VISU_msg_en.ts | 4 ++++ src/VISUGUI/VisuGUI.cxx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" ) ) ); } } } -- 2.39.2