~videolan/vlc/2.1-manual

« back to all changes in this revision

Viewing changes to modules/gui/macosx/simple_prefs.h

  • Committer: Benjamin Drung
  • Date: 2013-11-10 14:00:22 UTC
  • Revision ID: bdrung@ubuntu.com-20131110140022-erayzxn0z45yauj4
Manual import commit 5ac4325f5ad4c07c36c47830b36c4c8582a55e4d from vlc-2.1 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
* simple_prefs.h: Simple Preferences for Mac OS X
3
3
*****************************************************************************
4
4
* Copyright (C) 2008-2013 VLC authors and VideoLAN
5
 
* $Id: ca6f52888d625ea8ff646ae61b85301a7cd91720 $
 
5
* $Id: d97ae1c41140676ea626b7dd6ec47d4d80250ea7 $
6
6
*
7
7
* Authors: Felix Paul Kühne <fkuehne at videolan dot org>
8
8
*
84
84
    IBOutlet id o_input_urlhandler_btn;
85
85
    IBOutlet id o_input_view;
86
86
 
 
87
    IBOutlet id o_intf_language_pop;
 
88
    IBOutlet id o_intf_language_txt;
87
89
    IBOutlet id o_intf_style_txt;
88
90
    IBOutlet id o_intf_style_dark_bcell;
89
91
    IBOutlet id o_intf_style_bright_bcell;