[vlmc-devel] Gui: Fix project url to videolan.org/vlmc
Rohit Yadav
git at videolan.org
Mon Mar 10 19:16:54 CET 2014
vlmc | branch: master | Rohit Yadav <bhaisaab at baagi.org> | Mon Mar 10 11:06:01 2014 +0530| [dc903d14de80c1597a9e7de7faecc98d09eb3b5f] | committer: Rohit Yadav
Gui: Fix project url to videolan.org/vlmc
Signed-off-by: Rohit Yadav <bhaisaab at baagi.org>
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=dc903d14de80c1597a9e7de7faecc98d09eb3b5f
---
src/Gui/MainWindow.cpp | 2 +-
src/Gui/ui/About.ui | 2 +-
src/Gui/ui/IntroDialog.ui | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp
index 11820c8..115a99c 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -727,7 +727,7 @@ MainWindow::on_actionNew_Project_triggered()
void
MainWindow::on_actionHelp_triggered()
{
- QDesktopServices::openUrl( QUrl( "http://vlmc.org" ) );
+ QDesktopServices::openUrl( QUrl( "http://videolan.org/vlmc" ) );
}
void
diff --git a/src/Gui/ui/About.ui b/src/Gui/ui/About.ui
index 755ec14..4dbbaf4 100644
--- a/src/Gui/ui/About.ui
+++ b/src/Gui/ui/About.ui
@@ -56,7 +56,7 @@
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans'; font-size:10pt; 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=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:600;">VideoLAN Movie Creator %1 </span><span style=" font-family:'DejaVu Sans'; font-weight:600;">%2</span></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.vlmc.org"><span style=" font-family:'DejaVu Sans'; text-decoration: underline; color:#4f4f4f;">http://www.vlmc.org</span></a></p></body></html></string>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://videolan.org/vlmc"><span style=" font-family:'DejaVu Sans'; text-decoration: underline; color:#4f4f4f;">http://videolan.org/vlmc</span></a></p></body></html></string>
</property>
<property name="indent">
<number>20</number>
diff --git a/src/Gui/ui/IntroDialog.ui b/src/Gui/ui/IntroDialog.ui
index 66e44df..da8efe3 100644
--- a/src/Gui/ui/IntroDialog.ui
+++ b/src/Gui/ui/IntroDialog.ui
@@ -37,7 +37,7 @@ p, li { white-space: pre-wrap; }
<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:14pt;"></p>
<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:14pt;">VideoLAN Movie Creator is a </span><a href="http://en.wikipedia.org/wiki/Software_release_life_cycle#Pre-alpha"><span style=" font-family:'Sans Serif'; font-size:14pt; text-decoration: underline; color:#0057ae;">pre-alpha</span></a><span style=" font-family:'Sans Serif'; font-size:14pt;"> software and is not ready for prime-time. Many key features are </span><span style=" font-family:'Sans Serif'; font-size:14pt; font-weight:600;">simply missing</span><span style=" font-family:'Sans Serif'; font-size:14pt;">, or even </span><span style=" font-family:'Sans Serif'; font-size:14pt; font-weight:600;">buggy</span><span
style=" font-family:'Sans Serif'; font-size:14pt;">. Our team is composed of volunteers who are working hard to give you the best experience with video editing.</span></p>
<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:14pt;"></p>
-<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.vlmc.org"><span style=" font-family:'Sans Serif'; font-size:14pt; text-decoration: underline; color:#0057ae;">read more</span></a></p></body></html></string>
+<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://videolan.org/vlmc"><span style=" font-family:'Sans Serif'; font-size:14pt; text-decoration: underline; color:#0057ae;">read more</span></a></p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
More information about the Vlmc-devel
mailing list