X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ExportSinusXDlg.cxx;h=f277b754ce5dfcdf14970f3b5e8a8180ad0e1873;hb=8a924d50eedeb5f1c70fb32925fc1afc4e9d196e;hp=e0da77a5d326fc6365e9e9df57481547dc98cd1b;hpb=c996d1c416a6777571faf95c5a67205f104188ca;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ExportSinusXDlg.cxx b/src/HYDROGUI/HYDROGUI_ExportSinusXDlg.cxx index e0da77a5..f277b754 100644 --- a/src/HYDROGUI/HYDROGUI_ExportSinusXDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_ExportSinusXDlg.cxx @@ -26,7 +26,7 @@ #include "HYDROGUI_Module.h" #include #include -#include +#include #include @@ -45,7 +45,7 @@ HYDROGUI_ExportSinusXDlg::HYDROGUI_ExportSinusXDlg( HYDROGUI_Module* theModule, anAllowedTypesToSave.append(KIND_POLYLINEXY); anAllowedTypesToSave.append(KIND_PROFILE); - myList = new HYDROGUI_ObjListBox( theModule, tr( "OBJECT_TO_EXPORT" ), anAllowedTypesToSave, mainFrame() ); + myList = new HYDROGUI_ObjListBox( theModule, tr( "OBJECTS_TO_EXPORT" ), anAllowedTypesToSave, mainFrame() ); aLayout->addWidget( myList, 0, 0 ); myExportBtn = new QPushButton( tr( "EXPORT" ) );