Commit 4aed464f authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Use psz_shortname instead of object name in the Preferences tree of OS X prefs.

parent 04a19873
...@@ -400,7 +400,8 @@ static VLCTreeItem *o_root_item = nil; ...@@ -400,7 +400,8 @@ static VLCTreeItem *o_root_item = nil;
[p_subcategory_item->o_children addObject:[[VLCTreeItem alloc] [p_subcategory_item->o_children addObject:[[VLCTreeItem alloc]
initWithName:[[VLCMain sharedInstance] initWithName:[[VLCMain sharedInstance]
localizedString: p_module->psz_object_name ] localizedString: p_module->psz_shortname ?
p_module->psz_shortname : p_module->psz_object_name ]
ID: p_module->i_object_id ID: p_module->i_object_id
parent:p_subcategory_item parent:p_subcategory_item
children:IsALeafNode children:IsALeafNode
......
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