Changeset c7b70c3b76d4710aa1a718ad5886255b63bd02cc

Show
Ignore:
Timestamp:
05/14/06 16:44:12 (2 years ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1147617852 +0000
git-parent:

[5d04943cbd4190513343beffa30e71d31801b052]

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

* forgot to add UserOkayCancel? to the header (creates the same dialogue as UserYesNo?, but with different labels)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_interaction.h

    r5d04943 rc7b70c3  
    171171#define intf_UserYesNo( a, b, c ) __intf_UserYesNo( VLC_OBJECT(a),b,c ) 
    172172VLC_EXPORT( int, __intf_UserYesNo,( vlc_object_t*, const char*, const char*) ); 
     173#define intf_UserOkayCancel( a, b, c ) __intf_UserOkayCancel( VLC_OBJECT(a),b,c ) 
     174VLC_EXPORT( int, __intf_UserOkayCancel,( vlc_object_t*, const char*, const char*) ); 
    173175 
    174176#define intf_UserProgress( a, b, c, d ) __intf_UserProgress( VLC_OBJECT(a),b,c, d )