mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Invalid QSettings pathes fixed
git-svn-id: http://svn.osgeo.org/qgis/trunk@9915 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
0735673601
commit
0bbbe0094d
@ -30,7 +30,7 @@ int main( int argc, char ** argv )
|
||||
// Set up the QSettings environment must be done after qapp is created
|
||||
QCoreApplication::setOrganizationName( "QuantumGIS" );
|
||||
QCoreApplication::setOrganizationDomain( "qgis.org" );
|
||||
QCoreApplication::setApplicationName( "qgis" );
|
||||
QCoreApplication::setApplicationName( "QGIS" );
|
||||
|
||||
QString context = QString::null;
|
||||
QString myTranslationCode = "";
|
||||
|
@ -21,7 +21,7 @@ int main( int argc, char ** argv )
|
||||
// Set up the QSettings environment must be done after qapp is created
|
||||
QCoreApplication::setOrganizationName( "QuantumGIS" );
|
||||
QCoreApplication::setOrganizationDomain( "qgis.org" );
|
||||
QCoreApplication::setApplicationName( "qgis" );
|
||||
QCoreApplication::setApplicationName( "QGIS" );
|
||||
|
||||
QgsSpit w( 0, Qt::Window );
|
||||
w.show();
|
||||
|
@ -31,7 +31,7 @@ int main( int argc, char **argv )
|
||||
// Set up the QSettings environment must be done after a is created
|
||||
QCoreApplication::setOrganizationName( "QuantumGIS" );
|
||||
QCoreApplication::setOrganizationDomain( "qgis.org" );
|
||||
QCoreApplication::setApplicationName( "qgis" );
|
||||
QCoreApplication::setApplicationName( "QGIS" );
|
||||
|
||||
// Install translations if available. Based on the code in the Qgis
|
||||
// main.cpp file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user