]> git.sesse.net Git - vlc/blobdiff - modules/control/netsync.c
macosx: Use a toolbar to display controls. (Doesn't look like a toolbar though)
[vlc] / modules / control / netsync.c
index 112afee56793dc223c9b49c1a66cf73a49b5541b..8be09774b1e4104c626d0226ab742345829795a1 100644 (file)
@@ -28,7 +28,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_interface.h>
 #include <vlc_input.h>
@@ -78,8 +78,8 @@ static mtime_t GetClockRef( intf_thread_t *, mtime_t );
   "the master client used for the network synchronisation." )
 
 vlc_module_begin();
-    set_shortname( _("Network Sync"));
-    set_description( _("Network synchronisation") );
+    set_shortname( N_("Network Sync"));
+    set_description( N_("Network synchronisation") );
     set_category( CAT_ADVANCED );
     set_subcategory( SUBCAT_ADVANCED_MISC );