]> git.sesse.net Git - vlc/commitdiff
*coughcough*
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 5 Dec 2007 18:24:21 +0000 (18:24 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 5 Dec 2007 18:24:21 +0000 (18:24 +0000)
extras/contrib/src/Makefile
modules/gui/macosx/about.m

index aef3b111af8ed7cb4b5ee41259b41e5e4f0a10f2..88d440f0bebcccb3cf3363fd52111b209e20a9f2 100644 (file)
@@ -1053,7 +1053,7 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
 
 ifdef SVN
 ffmpeg:
-       $(SVN) co $(FFMPEG_SVN) -r ffmpeg
+       $(SVN) co $(FFMPEG_SVN) ffmpeg
        (cd "$@" && patch -p0 < ../Patches/ffmpeg-svn-swscale-pc.patch && \
         patch -p1 < ../Patches/ffmpeg-svn-avdevices.patch)
 ifeq ($(HOST),i586-pc-beos)
index 54dc7f207fa57f1c95bf3388143e7dcc8a3c1892..246f14a72aecc0075a95af55c50324671205c523 100644 (file)
@@ -76,10 +76,10 @@ static VLAboutBox *_o_sharedInstance = nil;
         o_local_dict = [[NSBundle mainBundle] localizedInfoDictionary];
 
         /* Setup the name field */
-        o_name_field = [o_local_dict objectForKey:@"CFBundleName"];
+        [o_name_field setStringValue: [o_local_dict objectForKey:@"CFBundleName"]];
  
         /* Set the about box title */
-        [o_about_window setTitle:_NS("About VLC media player")];
+        [o_about_window setTitle: _NS("About VLC media player")];
 
         /* setup the creator / revision field */
         if( VLC_Changeset() != "exported" )