13 lines
423 B
Plaintext
13 lines
423 B
Plaintext
$OpenBSD: patch-configdialog_cpp,v 1.3 2013/01/08 15:43:54 shadchin Exp $
|
|
--- configdialog.cpp.orig Mon Oct 29 16:28:52 2012
|
|
+++ configdialog.cpp Sat Nov 3 19:40:37 2012
|
|
@@ -213,7 +213,7 @@ QDir spelldir(QCoreApplication::applicationDirPath());
|
|
#ifdef DEBIAN_SPELLDIR
|
|
QDir spelldir(PREFIX"/share/myspell/dicts");
|
|
#else
|
|
-QDir spelldir(PREFIX"/share/texmaker");
|
|
+QDir spelldir(PREFIX"/share/hunspell");
|
|
#endif
|
|
#endif
|
|
|