]> git.sesse.net Git - vlc/commitdiff
s/Buffering/Buff: this was too long and resized the timeLabel too much.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 11 Feb 2009 19:24:04 +0000 (20:24 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 11 Feb 2009 19:24:04 +0000 (20:24 +0100)
modules/gui/qt4/components/interface_widgets.cpp

index 72490223561ad318a72b20bdba9f28816ed811be..3f40b2f788a68161073493a3b0739bcfc6906af9 100644 (file)
@@ -501,7 +501,7 @@ void TimeLabel::setCaching( float f_cache )
     QString amount;
     amount.setNum( (int)(100 * f_cache) );
     msg_Dbg( p_intf, "New caching: %d", (int)(100*f_cache));
-    setText( "Buffering " + amount + "%" );
+    setText( "Buff: " + amount + "%" );
 }