hrev47133 adds 1 changeset to branch 'master' old head: 6f68e52f1f954d0bfbb5503ec9c0602035ac44db new head: 8173945dc4cd8ca64848096d6f2219dba7f95bcd overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=8173945+%5E6f68e52 ---------------------------------------------------------------------------- 8173945: AboutSystem: license hyperlinks were missing due to incorrect count [ Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx> ] ---------------------------------------------------------------------------- Revision: hrev47133 Commit: 8173945dc4cd8ca64848096d6f2219dba7f95bcd URL: http://cgit.haiku-os.org/haiku/commit/?id=8173945 Author: Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx> Date: Sat Apr 19 12:05:17 2014 UTC ---------------------------------------------------------------------------- 1 file changed, 1 insertion(+), 1 deletion(-) src/apps/aboutsystem/AboutSystem.cpp | 2 +- ---------------------------------------------------------------------------- diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 3e6220f..5cf1558 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1760,7 +1760,7 @@ AboutView::_GetLicensePath(const char* license, BPath& path) B_SYSTEM_NONPACKAGED_DATA_DIRECTORY, B_SYSTEM_DATA_DIRECTORY }; - static const int dirCount = 3; + static const int dirCount = 4; for (int i = 0; i < dirCount; i++) { struct stat st;