[vlc-devel] commit: Fix colour of the slider... be careful of , and ; ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Apr 7 07:27:58 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr 6 22:27:55 2008 -0700| [2848880a144e0aa184da6203e6b0d6c5c2103920]
Fix colour of the slider... be careful of , and ;
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2848880a144e0aa184da6203e6b0d6c5c2103920
---
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 923f8bc..f060801 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -190,7 +190,7 @@ vlc_module_begin();
UPDATER_DAYS_TEXT, VLC_FALSE );
#endif
add_string( "qt-slider-colours",
- "255;255;255;20;226;20;255;176;15,235;30;20",
+ "255;255;255;20;226;20;255;176;15;235;30;20",
NULL, SLIDERCOL_TEXT, SLIDERCOL_LONGTEXT, VLC_FALSE );
add_bool( "qt-open-detail", VLC_FALSE, NULL, VIEWDETAIL_TEXT,
More information about the vlc-devel
mailing list