mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Removed tolmach-1.1.0.patch
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
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