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

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


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Apr 21 16:45:54 2013 +0200| [5d21b42da638b2f8356e0073d2665a4d0b21a851] | committer: Felix Paul Kühne

Revert "macosx: fix contribute link in about dialog"

This reverts commit 73a4a5a2963c64240d7073a472e53d571ff4c91a.

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

 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 ba2938e..aa02fa3 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.html\"><span style=\" text-decoration: underline; color:#0057ae;\">Help "
+                               "<a href=\"http://www.videolan.org/contribute/\"><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