AboutSystem: license hyperlinks were missing due to incorrect count

This commit is contained in:
Jessica Hamilton 2014-04-20 00:05:17 +12:00
parent 6f68e52f1f
commit 8173945dc4
1 changed files with 1 additions and 1 deletions

View File

@ -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;