Commit e27abf4e authored by Cyril Deguet's avatar Cyril Deguet

* preferences_widget.cpp: fixed a compilation error

parent 7e9a5335
......@@ -390,7 +390,8 @@ void ModuleListCatConfigControl::OnUpdate( wxCommandEvent &event )
}
else
{
newtext += wxU( "," ) + wxU(pp_checkboxes[i]->psz_module);
newtext += wxU( "," );
newtext += wxU(pp_checkboxes[i]->psz_module);
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment