From f107eb7da4d44c9193884a60db0b62a07126d5fb Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 4 Oct 2011 14:19:30 +0000 Subject: [PATCH] 0021275: EDF 1681 SMESH: Find the number of nodes of any group 0021359: [CEA] Mesh information --- src/SMESHGUI/SMESHGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index ab1bde810..1080b3b79 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -4451,7 +4451,7 @@ void SMESHGUI::createPreferences() setPreferenceProperty( notifyMode, "indexes", indices ); int infoGroup = addPreference( tr( "PREF_GROUP_INFO" ), genTab ); - setPreferenceProperty( computeGroup, "columns", 4 ); + setPreferenceProperty( infoGroup, "columns", 4 ); int elemInfo = addPreference( tr( "PREF_ELEM_INFO" ), infoGroup, LightApp_Preferences::Selector, "SMESH", "mesh_elem_info" ); modes.clear(); modes.append( tr( "PREF_ELEM_INFO_SIMPLE" ) ); -- 2.39.2