mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Added Tolmach recipe and patch
This commit is contained in:
13
haiku-apps/tolmach/patches/tolmach-1.1.0.patch
Normal file
13
haiku-apps/tolmach/patches/tolmach-1.1.0.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user