]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/gather.c
Qt4: add a file dialog needed by skins2 INTF_DIALOG_FILE_GENERIC, was available in...
[vlc] / modules / stream_out / gather.c
index 16bbf28dfa9fd0b806d0719ec429729442803093..e14eb44d44562e547bc797000abfb51539ff2ead 100644 (file)
@@ -29,7 +29,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_input.h>
 #include <vlc_sout.h>
@@ -41,7 +41,7 @@ static int      Open    ( vlc_object_t * );
 static void     Close   ( vlc_object_t * );
 
 vlc_module_begin();
-    set_description( _("Gathering stream output") );
+    set_description( N_("Gathering stream output") );
     set_capability( "sout stream", 50 );
     add_shortcut( "gather" );
     set_callbacks( Open, Close );