diff --git a/haiku-apps/tolmach/patches/tolmach-1.1.0.patch b/haiku-apps/tolmach/patches/tolmach-1.1.0.patch deleted file mode 100644 index 00afa60d2..000000000 --- a/haiku-apps/tolmach/patches/tolmach-1.1.0.patch +++ /dev/null @@ -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;