1973b3a74f
ok edd@
13 lines
423 B
Plaintext
13 lines
423 B
Plaintext
$OpenBSD: patch-configdialog_cpp,v 1.2 2012/03/01 17:57:45 shadchin Exp $
|
|
--- configdialog.cpp.orig Fri Feb 24 22:23:00 2012
|
|
+++ configdialog.cpp Tue Feb 28 00:53:47 2012
|
|
@@ -212,7 +212,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
|
|
|