Changeset 68324dd8752c0ecd1970b91a3a74404dd11bea5e

Show
Ignore:
Timestamp:
11/29/07 23:30:34 (9 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1196375434 +0000
git-parent:

[12efc09f668bd490a5bdbdfc951183328e436770]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1196375434 +0000
Message:

No need to have overlay twice in the preferences

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/components/simple_preferences.cpp

    rb821a26 r68324dd  
    171171            CONFIG_GENERIC( "video-deco", Bool, NULL, windowDecorations ); 
    172172            CONFIG_GENERIC( "skip-frames" , Bool, NULL, skipFrames ); 
    173             CONFIG_GENERIC( "overlay", Bool, NULL, overlay ); 
    174173            CONFIG_GENERIC( "vout", Module, NULL, outputModule ); 
    175174 
  • modules/gui/qt4/ui/sprefs_video.ui

    r2b452b3 r68324dd  
    103103       </widget> 
    104104      </item> 
    105       <item row="2" column="2" > 
    106        <widget class="QCheckBox" name="overlay" > 
    107         <property name="text" > 
    108          <string>_("Overlay")</string> 
    109         </property> 
    110         <property name="checked" > 
    111          <bool>true</bool> 
    112         </property> 
    113        </widget> 
    114       </item> 
    115105     </layout> 
    116106    </widget>