]> git.sesse.net Git - vlc/blobdiff - modules/misc/testsuite/test3.m
playlist: Print a destroyed message when the playlist, fetcher and preparser are...
[vlc] / modules / misc / testsuite / test3.m
index 7948fa84b156dfdc25ccd2d7495d4dc246751b69..b593b66cde39283e226e2e13479bef8462cf752e 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * test3.m : Empty Objective C module for vlc
  *****************************************************************************
- * Copyright (C) 2000-2001 VideoLAN
- * $Id: test3.m,v 1.2 2003/12/04 16:49:43 sam Exp $
+ * Copyright (C) 2000-2001 the VideoLAN team
+ * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <vlc/vlc.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <vlc_common.h>
+#include <vlc_plugin.h>
 
 #include <objc/Object.h>
 
@@ -48,7 +53,7 @@
  * Module descriptor.
  *****************************************************************************/
 vlc_module_begin();
-    set_description( _([Desc ription]) );
+    set_description( N_([Desc ription]) );
 vlc_module_end();