mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
14 lines
406 B
Diff
14 lines
406 B
Diff
diff --git a/TolmachApp.cpp b/TolmachApp.cpp
|
|
index acfacb1..c7c190a 100644
|
|
--- a/TolmachApp.cpp
|
|
+++ b/TolmachApp.cpp
|
|
@@ -421,7 +421,7 @@ void
|
|
TolmachApplication::LoadDictList()
|
|
{
|
|
BPath pathDicts;
|
|
- find_directory(B_COMMON_DATA_DIRECTORY, &pathDicts);
|
|
+ find_directory(B_USER_DATA_DIRECTORY, &pathDicts);
|
|
pathDicts.Append(cszDictionariesDir);
|
|
BDirectory dir(pathDicts.Path());
|
|
BEntry entry;
|