Changeset 68324dd8752c0ecd1970b91a3a74404dd11bea5e
- 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
| rb821a26 |
r68324dd |
|
| 171 | 171 | CONFIG_GENERIC( "video-deco", Bool, NULL, windowDecorations ); |
|---|
| 172 | 172 | CONFIG_GENERIC( "skip-frames" , Bool, NULL, skipFrames ); |
|---|
| 173 | | CONFIG_GENERIC( "overlay", Bool, NULL, overlay ); |
|---|
| 174 | 173 | CONFIG_GENERIC( "vout", Module, NULL, outputModule ); |
|---|
| 175 | 174 | |
|---|
| r2b452b3 |
r68324dd |
|
| 103 | 103 | </widget> |
|---|
| 104 | 104 | </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> |
|---|
| 115 | 105 | </layout> |
|---|
| 116 | 106 | </widget> |
|---|