X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fintf.h;h=328f81053710931c2728ca9f78d4d82ecd09a718;hp=ded4a970e5f76a9264908f3a51c3b84c4d470e1b;hb=21575d49b6ccd57e9997c3fddfda0e633052f780;hpb=8aa9a6a30c3657f84abe618d653975bbffb6c117 diff --git a/modules/gui/macosx/intf.h b/modules/gui/macosx/intf.h index ded4a970e5..328f810537 100644 --- a/modules/gui/macosx/intf.h +++ b/modules/gui/macosx/intf.h @@ -2,7 +2,7 @@ * intf.h: MacOS X interface plugin ***************************************************************************** * Copyright (C) 2002 VideoLAN - * $Id: intf.h,v 1.15 2003/01/22 01:48:06 hartman Exp $ + * $Id: intf.h,v 1.16 2003/01/23 22:25:32 hartman Exp $ * * Authors: Jon Lech Johansen * Christophe Massiot @@ -97,7 +97,7 @@ struct intf_sys_t IBOutlet id o_btn_playlist; /* btn playlist */ IBOutlet id o_btn_prev; /* btn previous */ - IBOutlet id o_btn_slower; /* btn slower */ + IBOutlet id o_btn_slowmotion; /* btn slowmotion */ IBOutlet id o_btn_play; /* btn play */ IBOutlet id o_btn_stop; /* btn stop */ IBOutlet id o_btn_fastforward; /* btn fastforward */