From 2848880a144e0aa184da6203e6b0d6c5c2103920 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 6 Apr 2008 22:27:55 -0700 Subject: [PATCH] Fix colour of the slider... be careful of , and ; --- modules/gui/qt4/qt4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index 923f8bcc05..f060801a32 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, -- 2.39.2