git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20c4b98
)
qt4 - Capture: Show Srate for DVB-C AND DVB-S
author
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 23 May 2007 20:55:16 +0000
(20:55 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 23 May 2007 20:55:16 +0000
(20:55 +0000)
modules/gui/qt4/components/open.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/components/open.cpp
b/modules/gui/qt4/components/open.cpp
index
b9b3dd0
..
8e0a9b9
100644
(file)
--- a/
modules/gui/qt4/components/open.cpp
+++ b/
modules/gui/qt4/components/open.cpp
@@
-765,13
+765,13
@@
void CaptureOpenPanel::updateButtons()
if( bdac->isChecked() || bdat->isChecked() ) bdaFreq->setSuffix(" Hz");
if( bdas->isChecked() || bdac->isChecked() )
{
- bdaSrate->
hide
();
- bdaSrateLabel->
hide
();
+ bdaSrate->
show
();
+ bdaSrateLabel->
show
();
}
else
{
bdaSrate->show();
- bdaSrateLabel->
show
();
+ bdaSrateLabel->
hide
();
}
break;
}