From: Jean-Baptiste Kempf Date: Mon, 7 Apr 2008 05:27:55 +0000 (-0700) Subject: Fix colour of the slider... be careful of , and ; X-Git-Tag: 0.9.0-test0~1536 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2848880a144e0aa184da6203e6b0d6c5c2103920;p=vlc Fix colour of the slider... be careful of , and ; --- 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,