[vlc-devel] commit: macosx: Set the controller window title to "VLC Media Player". ( Pierre d'Herbemont )

git version control git at videolan.org
Sun Aug 3 18:09:34 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sun Aug  3 16:12:43 2008 +0200| [f83f99e7b57948f62fe1d3efeac7f90c1ce7201d] | committer: Pierre d'Herbemont 

macosx: Set the controller window title to "VLC Media Player".

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f83f99e7b57948f62fe1d3efeac7f90c1ce7201d
---

 modules/gui/macosx/intf.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index b5f6004..87e2079 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -621,7 +621,7 @@ static NSString * VLCToolbarMediaControl     = @"VLCToolbarMediaControl";
 
 - (void)initStrings
 {
-    [o_window setTitle: _NS("VLC")];
+    [o_window setTitle: _NS("VLC Media Player")];
     [self setScrollField:_NS("VLC media player") stopAfter:-1];
 
     /* button controls */




More information about the vlc-devel mailing list