Commit 5bc7adee authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/open.cpp: bug fix.

parent 239a46ae
......@@ -303,7 +303,7 @@ void AutoBuiltPanel::UpdateAdvancedMRL()
{
ConfigControl *control = advanced_config_array.Item(i);
mrltemp += wxT(":");
mrltemp += (i ? wxT(" :") : wxT(":"));
if( control->GetType() == CONFIG_ITEM_BOOL &&
!control->GetIntValue() ) mrltemp += wxT("no-");
......
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