[vlc-devel] commit: String renaming. (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Mar 31 07:22:17 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 30 22:23:27 2008 -0700| [990f4ea384ba4d607da02168202cb10cb5932639]

String renaming.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=990f4ea384ba4d607da02168202cb10cb5932639
---

 modules/gui/qt4/dialogs/extended.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/extended.cpp b/modules/gui/qt4/dialogs/extended.cpp
index 9d0f387..52af419 100644
--- a/modules/gui/qt4/dialogs/extended.cpp
+++ b/modules/gui/qt4/dialogs/extended.cpp
@@ -70,7 +70,7 @@ ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
     mainTabW->addTab( videoWidget, qtr( "Video Effects" ) );
 
     SyncControls *syncW = new SyncControls( p_intf, videoTab );
-    mainTabW->addTab( syncW, qtr( "A/V Synchronisation" ) );
+    mainTabW->addTab( syncW, qtr( "Synchro." ) );
 
     if( module_Exists( p_intf, "v4l2" ) )
     {




More information about the vlc-devel mailing list