Commit a54e18ab authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx dialog provider: fix misleading (and duplicate) module shortcut

parent 4d2b1bd2
...@@ -94,8 +94,8 @@ struct intf_sys_t ...@@ -94,8 +94,8 @@ struct intf_sys_t
vlc_module_begin() vlc_module_begin()
/* Minimal interface. see intf.m */ /* Minimal interface. see intf.m */
set_shortname("Mac OS X Dialogs") set_shortname("Mac OS X Dialogs")
add_shortcut("macosx_dialog_provider", "miosx") add_shortcut("macosx_dialog_provider")
set_description("Minimal Mac OS X Dialog Provider") set_description("Mac OS X Dialog Provider")
set_capability("interface", 0) set_capability("interface", 0)
/* This setting is interesting, because when used with a libvlc app /* This setting is interesting, because when used with a libvlc app
......
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