File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ int main( int argc, char ** argv )
3030 // Set up the QSettings environment must be done after qapp is created
3131 QCoreApplication::setOrganizationName ( " QuantumGIS" );
3232 QCoreApplication::setOrganizationDomain ( " qgis.org" );
33- QCoreApplication::setApplicationName ( " qgis " );
33+ QCoreApplication::setApplicationName ( " QGIS " );
3434
3535 QString context = QString::null;
3636 QString myTranslationCode = " " ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ int main( int argc, char ** argv )
2121 // Set up the QSettings environment must be done after qapp is created
2222 QCoreApplication::setOrganizationName ( " QuantumGIS" );
2323 QCoreApplication::setOrganizationDomain ( " qgis.org" );
24- QCoreApplication::setApplicationName ( " qgis " );
24+ QCoreApplication::setApplicationName ( " QGIS " );
2525
2626 QgsSpit w ( 0 , Qt::Window );
2727 w.show ();
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ int main( int argc, char **argv )
3131 // Set up the QSettings environment must be done after a is created
3232 QCoreApplication::setOrganizationName ( " QuantumGIS" );
3333 QCoreApplication::setOrganizationDomain ( " qgis.org" );
34- QCoreApplication::setApplicationName ( " qgis " );
34+ QCoreApplication::setApplicationName ( " QGIS " );
3535
3636 // Install translations if available. Based on the code in the Qgis
3737 // main.cpp file.
You can’t perform that action at this time.
0 commit comments