[vlc-devel] commit: Fix SLIDERCOL_LONGTEXT like in commit 2848880a144e0aa184 of jb ( Jean-Philippe Andre )
git version control
git at videolan.org
Tue Apr 8 09:42:32 CEST 2008
vlc | branch: master | Jean-Philippe Andre <jpeg at via.ecp.fr> | Mon Apr 7 11:35:46 2008 +0200| [b744c46797837d116c97eff6a662c19c5ab5d76d]
Fix SLIDERCOL_LONGTEXT like in commit 2848880a144e0aa184 of jb
Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b744c46797837d116c97eff6a662c19c5ab5d76d
---
modules/gui/qt4/qt4.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index f060801..ab6b157 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -114,7 +114,7 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
#define SLIDERCOL_TEXT N_( "Define the colours of the volume slider " )
#define SLIDERCOL_LONGTEXT N_( "Define the colours of the volume slider\n " \
"By specifying the 12 numbers separated by a ';'\n " \
- "Default is '255;255;255;20;226;20;255;176;15,235;30;20'\n " \
+ "Default is '255;255;255;20;226;20;255;176;15;235;30;20'\n " \
"An alternative can be '30;30;50;40;40;100;50;50;160;150;150;255' ")
#define VIEWDETAIL_TEXT N_( "Show the opening dialog view in detail mode" )
More information about the vlc-devel
mailing list