AboutSystem: license hyperlinks were missing due to incorrect count
This commit is contained in:
parent
6f68e52f1f
commit
8173945dc4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user