]> git.sesse.net Git - vlc/blobdiff - modules/misc/testsuite/test3.m
Use gettext_noop() consistently
[vlc] / modules / misc / testsuite / test3.m
index 915666b4c5c404f14039ff3eb3f68d12291f650c..65c2fa026c2de742c2ad93a675f3b1b12686f193 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * test3.m : Empty Objective C module for vlc
  *****************************************************************************
- * Copyright (C) 2000-2001 VideoLAN (Centrale Réseaux) and its contributors
+ * 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
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.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();