[vlc-devel] commit: name fix. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Mar 31 07:53:41 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 30 22:54:53 2008 -0700| [3337f1c24cc31b7af1d329e5c11e4cb7ceb6eadf]
name fix.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3337f1c24cc31b7af1d329e5c11e4cb7ceb6eadf
---
modules/gui/qt4/components/extended_panels.cpp | 4 ++--
modules/gui/qt4/ui/video_effects.ui | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index 783b8fa..9638e6b 100755
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -186,8 +186,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
SETUP_VFILTER_OPTION( wallColsSpin, valueChanged( int ) )
SETUP_VFILTER( panoramix )
- SETUP_VFILTER_OPTION( panorRowsSpin, valueChanged( int ) )
- SETUP_VFILTER_OPTION( panorColsSpin, valueChanged( int ) )
+ SETUP_VFILTER_OPTION( panoramixRowsSpin, valueChanged( int ) )
+ SETUP_VFILTER_OPTION( panoramixColsSpin, valueChanged( int ) )
SETUP_VFILTER( erase )
diff --git a/modules/gui/qt4/ui/video_effects.ui b/modules/gui/qt4/ui/video_effects.ui
index 8d61e70..46db502 100644
--- a/modules/gui/qt4/ui/video_effects.ui
+++ b/modules/gui/qt4/ui/video_effects.ui
@@ -666,7 +666,7 @@
</widget>
</item>
<item row="0" column="1" >
- <widget class="QSpinBox" name="panorRowsSpin" >
+ <widget class="QSpinBox" name="panoramixRowsSpin" >
<property name="minimum" >
<number>1</number>
</property>
@@ -683,7 +683,7 @@
</widget>
</item>
<item row="1" column="1" >
- <widget class="QSpinBox" name="panorColsSpin" >
+ <widget class="QSpinBox" name="panoramixColsSpin" >
<property name="minimum" >
<number>1</number>
</property>
More information about the vlc-devel
mailing list