]> git.sesse.net Git - vlc/commitdiff
SAP: rename module to "Network streams (SAP)"
authorJean-Philippe André <jpeg@videolan.org>
Mon, 18 Jan 2010 18:03:45 +0000 (19:03 +0100)
committerJean-Philippe André <jpeg@videolan.org>
Mon, 18 Jan 2010 18:05:39 +0000 (19:05 +0100)
Fixes: Qt playlist was not able to display the SAP service discovery
because Qt relies on a call to playlist_ChildSearchName().
The name defined as module longtext must be the same as the SD probe
name.

modules/services_discovery/sap.c

index 4cd31ec240ac5bf5a2f060bfabc533f302b13967..1f1989941dbfb8caec9b0c04364b345ec5be70c7 100644 (file)
@@ -118,7 +118,7 @@ VLC_SD_PROBE_HELPER("sap", N_("Network streams (SAP)"))
 
 vlc_module_begin ()
     set_shortname( N_("SAP"))
-    set_description( N_("SAP Announcements") )
+    set_description( N_("Network streams (SAP)") )
     set_category( CAT_PLAYLIST )
     set_subcategory( SUBCAT_PLAYLIST_SD )