From c0d9055b31014fffcef5cce2964b170b2ef4a34d Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Sat, 27 Mar 2010 17:33:29 +0000 Subject: [PATCH] Changed the URL for MkDepend to not display the .html, similar to MAPM. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35973 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 5e2d35f3bb..d81734edd9 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1368,7 +1368,7 @@ AboutView::_CreateCreditsView() .SetCopyright(COPYRIGHT_STRING "1995-2001 Lars Düning. " "All rights reserved.") .SetLicense("MkDepend") - .SetURL("http://bearnip.com/lars/be/mkdepend.html")); + .SetURL("http://bearnip.com/lars/be/")); // libhttpd copyright (used as Poorman backend) _AddPackageCredit(PackageCredit("libhttpd")