changed default location of exports to ~/.vym/exports
authorinsilmaril
Wed, 25 Jan 2006 09:33:50 +0000
changeset 196a9493dcaa306
parent 195 98f260cfb1fe
child 197 d529766ed9db
changed default location of exports to ~/.vym/exports
exportoofiledialog.cpp
     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);