[vlc-commits] macosx: fix contribute link in about dialog

Felix Paul Kühne git at videolan.org
Sun Apr 21 16:44:10 CEST 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Apr 21 16:09:46 2013 +0200| [73a4a5a2963c64240d7073a472e53d571ff4c91a] | committer: Felix Paul Kühne

macosx: fix contribute link in about dialog

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

 modules/gui/macosx/about.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/about.m b/modules/gui/macosx/about.m
index aa02fa3..ba2938e 100644
--- a/modules/gui/macosx/about.m
+++ b/modules/gui/macosx/about.m
@@ -133,7 +133,7 @@ static VLAboutBox *_o_sharedInstance = nil;
                                "<a href=\"http://www.videolan.org/\"><span style=\" text-decoration: underline; color:#0057ae;\">VideoLAN</span>"
                                "</a> community.</p><p>VLC uses its internal codecs, works on essentially every popular platform, and can read "
                                "almost all files, CDs, DVDs, network streams, capture cards and other media formats!</p><p>"
-                               "<a href=\"http://www.videolan.org/contribute/\"><span style=\" text-decoration: underline; color:#0057ae;\">Help "
+                               "<a href=\"http://www.videolan.org/contribute.html\"><span style=\" text-decoration: underline; color:#0057ae;\">Help "
                                "and join us!</span></a>")];
         NSAttributedString *joinus_readytorender = [[NSAttributedString alloc] initWithHTML:[joinus dataUsingEncoding:NSUTF8StringEncoding allowLossyConversion:YES] documentAttributes:NULL];
         [o_joinus_txt setAllowsEditingTextAttributes: YES];



More information about the vlc-commits mailing list