Commit 72dc309c authored by Jérome Decoodt's avatar Jérome Decoodt

Change , to : in MacOSX preferences. Refs #111

parent 2b2cb996
......@@ -2358,7 +2358,7 @@ if( _p_item->i_type == CONFIG_ITEM_MODULE_LIST )
{
o_newstring = [o_newstring stringByAppendingString:
[[o_modulearray objectAtIndex:i] objectAtIndex:0]];
o_newstring = [o_newstring stringByAppendingString:@","];
o_newstring = [o_newstring stringByAppendingString:@":"];
}
[o_textfield setStringValue: [o_newstring
......
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