[vlc-devel] commit: s/Buffering/Buff: this was too long and resized the timeLabel too much. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Feb 11 20:24:27 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 11 20:24:04 2009 +0100| [ed8fa00386df33fc0eb1b296c36ab3b3dbdc6ee8] | committer: Jean-Baptiste Kempf 

s/Buffering/Buff: this was too long and resized the timeLabel too much.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ed8fa00386df33fc0eb1b296c36ab3b3dbdc6ee8
---

 modules/gui/qt4/components/interface_widgets.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index 7249022..3f40b2f 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -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 + "%" );
 }
 
 




More information about the vlc-devel mailing list