Commit f94579f9 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* grrr debug message in the wild.

parent 4cc13889
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* intf.m: MacOS X interface plugin * intf.m: MacOS X interface plugin
***************************************************************************** *****************************************************************************
* Copyright (C) 2002-2003 VideoLAN * Copyright (C) 2002-2003 VideoLAN
* $Id: intf.m,v 1.63 2003/03/04 17:31:45 hartman Exp $ * $Id: intf.m,v 1.64 2003/03/04 22:36:18 hartman Exp $
* *
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net> * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr> * Christophe Massiot <massiot@via.ecp.fr>
...@@ -305,7 +305,6 @@ int ExecuteOnMainThread( id target, SEL sel, void * p_arg ) ...@@ -305,7 +305,6 @@ int ExecuteOnMainThread( id target, SEL sel, void * p_arg )
[o_mi_quit setTitle: _NS("Quit VLC")]; [o_mi_quit setTitle: _NS("Quit VLC")];
[o_mu_file setTitle: _ANS("1:File")]; [o_mu_file setTitle: _ANS("1:File")];
NSLog(_ANS("1:File"));
[o_mi_open_generic setTitle: _NS("Open...")]; [o_mi_open_generic setTitle: _NS("Open...")];
[o_mi_open_file setTitle: _NS("Open File...")]; [o_mi_open_file setTitle: _NS("Open File...")];
[o_mi_open_disc setTitle: _NS("Open Disc...")]; [o_mi_open_disc setTitle: _NS("Open Disc...")];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment