From d14af8367205715f75c385f1757850fb582f8277 Mon Sep 17 00:00:00 2001 From: Vale Tolpegin Date: Mon, 22 Dec 2014 17:15:54 +0000 Subject: [PATCH] Removed tolmach-1.1.0.patch --- haiku-apps/tolmach/patches/tolmach-1.1.0.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 haiku-apps/tolmach/patches/tolmach-1.1.0.patch 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;