X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_GeomObjectDlg.cxx;h=aec19adadb9a53638ed26edc34fb14c6e977a8f9;hb=a1431f03eac1d1aed4203d0568d987c41ce939b3;hp=f3275eb3d26b6bfc490a3b2bd91ab75543535d56;hpb=5e92f3050993862edf41261db59fa4ccaf5745f0;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_GeomObjectDlg.cxx b/src/HYDROGUI/HYDROGUI_GeomObjectDlg.cxx index f3275eb3..aec19ada 100644 --- a/src/HYDROGUI/HYDROGUI_GeomObjectDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_GeomObjectDlg.cxx @@ -44,7 +44,7 @@ HYDROGUI_GeomObjectDlg::HYDROGUI_GeomObjectDlg( HYDROGUI_Module* theModule, cons const bool theIsToEnableFileSelection ) : HYDROGUI_InputPanel( theModule, theTitle ), myFileSelectionEnabled( theIsToEnableFileSelection ), - myDefaultName( theObjectTypeName ) + myDefaultName( "" ) { // Get resource manager SUIT_ResourceMgr* aResMgr = SUIT_Session::session()->resourceMgr();