Changeset 21f70616bbc133ae85f4e870ef377393b40b0cb2

Show
Ignore:
Timestamp:
12/05/07 19:24:21 (9 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1196879061 +0000
git-parent:

[62483be042ee6062d5c9f5fa33cfed8a11e94e3b]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1196879061 +0000
Message:

*coughcough*

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    r5f1364a r21f7061  
    10541054ifdef SVN 
    10551055ffmpeg: 
    1056     $(SVN) co $(FFMPEG_SVN) -r ffmpeg 
     1056    $(SVN) co $(FFMPEG_SVN) ffmpeg 
    10571057    (cd "$@" && patch -p0 < ../Patches/ffmpeg-svn-swscale-pc.patch && \ 
    10581058     patch -p1 < ../Patches/ffmpeg-svn-avdevices.patch) 
  • modules/gui/macosx/about.m

    r5ea28c6 r21f7061  
    7777 
    7878        /* Setup the name field */ 
    79         o_name_field = [o_local_dict objectForKey:@"CFBundleName"]; 
     79        [o_name_field setStringValue: [o_local_dict objectForKey:@"CFBundleName"]]; 
    8080  
    8181        /* Set the about box title */ 
    82         [o_about_window setTitle:_NS("About VLC media player")]; 
     82        [o_about_window setTitle: _NS("About VLC media player")]; 
    8383 
    8484        /* setup the creator / revision field */