patch-configdialog_cpp 423 B

12345678910111213
  1. $OpenBSD: patch-configdialog_cpp,v 1.6 2015/11/14 15:24:44 shadchin Exp $
  2. --- configdialog.cpp.orig Mon Oct 26 20:20:14 2015
  3. +++ configdialog.cpp Sat Nov 7 20:01:27 2015
  4. @@ -224,7 +224,7 @@ QDir spelldir(QCoreApplication::applicationDirPath());
  5. #ifdef DEBIAN_SPELLDIR
  6. QDir spelldir(PREFIX"/share/myspell/dicts");
  7. #else
  8. -QDir spelldir(PREFIX"/share/texmaker");
  9. +QDir spelldir(PREFIX"/share/hunspell");
  10. #endif
  11. #endif