mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
sonnet6, fix patchset (#11807)
This commit is contained in:
@@ -5,11 +5,11 @@ Subject: Add hunspell dictionary paths for Haiku
|
||||
|
||||
|
||||
diff --git a/src/plugins/hunspell/hunspellclient.cpp b/src/plugins/hunspell/hunspellclient.cpp
|
||||
index b9359f8..b63bba3 100644
|
||||
index b72a1ee..c63ad8a 100644
|
||||
--- a/src/plugins/hunspell/hunspellclient.cpp
|
||||
+++ b/src/plugins/hunspell/hunspellclient.cpp
|
||||
@@ -36,6 +36,9 @@ HunspellClient::HunspellClient(QObject *parent)
|
||||
};
|
||||
@@ -47,6 +47,9 @@ HunspellClient::HunspellClient(QObject *parent)
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
maybeAddPath(QStringLiteral(SONNET_INSTALL_PREFIX "/bin/data/hunspell/"));
|
||||
+#elif defined(Q_OS_HAIKU)
|
||||
|
||||
Reference in New Issue
Block a user