Salome HOME
Exlude the user input during process events by application (Bug #325).
[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();