We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f971a40 commit 36b714cCopy full SHA for 36b714c
1 file changed
src/GUIFrame.cpp
@@ -92,7 +92,7 @@ GUIFrame::GUIFrame( wxWindow* parent, wxWindowID id, const wxString& title, cons
92
m_propertyGridItem_overrelaxation = m_propertyGridPage->Append( new wxFloatProperty( wxT("Overrelaxation"), wxT("Overrelaxation") ) );
93
m_propertyGridPage->SetPropertyHelpString( m_propertyGridItem_overrelaxation, wxT("Solver overrelaxation coefficient, choose a value in [1,2]") );
94
m_propertyGridItem_resolution = m_propertyGridPage->Append( new wxIntProperty( wxT("Resolution"), wxT("Resolution") ) );
95
- m_propertyGridPage->SetPropertyHelpString( m_propertyGridItem_overrelaxation, wxT("Grid resolution") );
+ m_propertyGridPage->SetPropertyHelpString( m_propertyGridItem_resolution, wxT("Grid resolution") );
96
m_propertyGridItem_nb_cpu = m_propertyGridPage->Append( new wxIntProperty( wxT("CPU number"), wxT("CPU number") ) );
97
m_propertyGridPage->SetPropertyHelpString( m_propertyGridItem_nb_cpu, wxT("Number of threads (default = 4)") );
98
bSizer6->Add( m_propertyGridManager, 100, wxEXPAND|wxALL, 5 );
0 commit comments