Salome HOME
Fix for the bug #255: VTK viewer is not updated after modification of objects.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_GeomObjectDlg.cxx
index f3275eb3d26b6bfc490a3b2bd91ab75543535d56..aec19adadb9a53638ed26edc34fb14c6e977a8f9 100644 (file)
@@ -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();