* Moved spell check files to /system/data/spell_check.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33988 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-11-10 16:29:47 +00:00
parent a6147679a3
commit d0f7736d3a
2 changed files with 3 additions and 2 deletions

View File

@ -381,7 +381,7 @@ local spellFiles = words geekspeak ;
spellFiles = $(spellFiles:G=spell) ;
SEARCH on $(spellFiles)
= [ FDirName $(HAIKU_TOP) src apps mail ] ;
AddFilesToHaikuImage common etc word_dictionary : $(spellFiles) ;
AddFilesToHaikuImage system data spell_check word_dictionary : $(spellFiles) ;
# Locale kit language files
local languageDir = [ FDirName $(HAIKU_TOP) src data locale languages ] ;

View File

@ -479,7 +479,8 @@ TMailApp::ReadyToRun()
BEntry entry;
// Locate user settings directory
find_directory(B_BEOS_ETC_DIRECTORY, &indexDir, true);
find_directory(B_SYSTEM_DATA_DIRECTORY, &indexDir, true);
indexDir.Append("spell_check");
dictionaryDir = indexDir;
// Setup directory paths