author | insilmaril |
Wed, 25 Jan 2006 09:33:50 +0000 | |
changeset 196 | a9493dcaa306 |
parent 195 | 98f260cfb1fe |
child 197 | d529766ed9db |
1.1 --- a/exportoofiledialog.cpp Wed Jan 25 09:05:57 2006 +0000 1.2 +++ b/exportoofiledialog.cpp Wed Jan 25 09:33:50 2006 +0000 1.3 @@ -49,7 +49,7 @@ 1.4 QDir d; 1.5 d.setPath ("/usr/share/vym/exports"); 1.6 scanExportConfigs(d); 1.7 - d.setPath (d.homeDirPath()+"/exports"); 1.8 + d.setPath (d.homeDirPath()+"/.vym/exports"); 1.9 scanExportConfigs(d); 1.10 d.setPath ("exports"); 1.11 scanExportConfigs(d);