[vlc-commits] commit: Qt4: define generic font-family instead font in net-open helper-text ( Ilkka Ollakka )
git at videolan.org
git at videolan.org
Sun Jul 11 15:28:32 CEST 2010
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sun Jul 11 16:20:00 2010 +0300| [0390b69b47e162367c9edfc26c21c48ceeab47ff] | committer: Ilkka Ollakka
Qt4: define generic font-family instead font in net-open helper-text
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0390b69b47e162367c9edfc26c21c48ceeab47ff
---
modules/gui/qt4/ui/open_net.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/ui/open_net.ui b/modules/gui/qt4/ui/open_net.ui
index cabba5e..006a26f 100644
--- a/modules/gui/qt4/ui/open_net.ui
+++ b/modules/gui/qt4/ui/open_net.ui
@@ -50,7 +50,7 @@
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;">
+</style></head><body style=" font-family:'sans'; font-size:8pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#838383;">http://www.example.com/stream.avi</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#838383;">rtp://@1234</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#838383;">mms://mms.examples.com/stream.asx</span></p>
More information about the vlc-commits
mailing list