exportoofiledialog.cpp
changeset 196 a9493dcaa306
parent 181 bd530b01f77f
child 198 3f4bc2397c3c
     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);