2012-03-01 12:57:45 -05:00
|
|
|
$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());
|
2011-04-25 09:19:23 -04:00
|
|
|
#ifdef DEBIAN_SPELLDIR
|
|
|
|
QDir spelldir(PREFIX"/share/myspell/dicts");
|
|
|
|
#else
|
|
|
|
-QDir spelldir(PREFIX"/share/texmaker");
|
|
|
|
+QDir spelldir(PREFIX"/share/hunspell");
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|