Commit 0262b935 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

dbus: capitalize shortname correctly

(cherry picked from commit e6fde43b4a01cf0fde3e6f385c04099e46dbd036)
parent fa585eda
......@@ -140,7 +140,7 @@ static void DispatchDBusMessages( intf_thread_t *p_intf );
"The process identifier (PID) is added to the service name: org.mpris.vlc-<pid>" )
vlc_module_begin ()
set_shortname( N_("dbus"))
set_shortname( N_("DBus"))
set_category( CAT_INTERFACE )
set_subcategory( SUBCAT_INTERFACE_CONTROL )
set_description( N_("D-Bus control interface") )
......
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