Home
last modified time | relevance | path

Searched refs:kWordsPath (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/mail/
H A DMailApp.cpp96 static const char *kWordsPath = "/boot/optional/goodies/words"; variable
519 if (BEntry(kWordsPath).Exists() || BEntry(dataPath.Path()).Exists()) { in ReadyToRun()
522 if (!BEntry(dataPath.Path()).Exists() && BEntry(kWordsPath).Exists()) { in ReadyToRun()
523 BFile words(kWordsPath, B_READ_ONLY); in ReadyToRun()