patch_for_1442.diff

patch - Jürgen Fischer, 2008-12-02 07:13 AM

Download (412 Bytes)

View differences:

qgsapplication.cpp (working copy)
222 222
 */
223 223
const QString QgsApplication::qgisSettingsDirPath()
224 224
{
225
#if defined(WIN32)
226
  return QString("%1/Quantum GIS/").arg( getenv("APPDATA") );
227
#else
225 228
  return QDir::homePath() + QString( "/.qgis/" );
229
#endif
226 230
}
227 231

  
228 232
/*!