$OpenBSD: patch-qt_main_window_cpp,v 1.3 2013/04/26 13:04:14 bcallah Exp $
Default to where dicts are installed
--- qt/main_window.cpp.orig	Sun Jan 20 14:31:21 2013
+++ qt/main_window.cpp	Wed Apr 24 23:11:25 2013
@@ -1215,7 +1215,7 @@ void MainWindow::onSettingsPreferences()
 void MainWindow::onSettingsChooseDic()
 {
     QString fileName =
-        QFileDialog::getOpenFileName(this, _q("Choose a dictionary"), "", "*.dawg");
+        QFileDialog::getOpenFileName(this, _q("Choose a dictionary"), "${TRUEPREFIX}/share/eliot/", "*.dawg");
     changeDictionary(fileName);
 }
 
