AboutSystem: license hyperlinks were missing due to incorrect count
This commit is contained in:
@@ -1760,7 +1760,7 @@ AboutView::_GetLicensePath(const char* license, BPath& path)
|
|||||||
B_SYSTEM_NONPACKAGED_DATA_DIRECTORY,
|
B_SYSTEM_NONPACKAGED_DATA_DIRECTORY,
|
||||||
B_SYSTEM_DATA_DIRECTORY
|
B_SYSTEM_DATA_DIRECTORY
|
||||||
};
|
};
|
||||||
static const int dirCount = 3;
|
static const int dirCount = 4;
|
||||||
|
|
||||||
for (int i = 0; i < dirCount; i++) {
|
for (int i = 0; i < dirCount; i++) {
|
||||||
struct stat st;
|
struct stat st;
|
||||||
|
|||||||
Reference in New Issue
Block a user