File tree 3 files changed +3
-3
lines changed
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 )
30
30
// Set up the QSettings environment must be done after qapp is created
31
31
QCoreApplication::setOrganizationName ( " QuantumGIS" );
32
32
QCoreApplication::setOrganizationDomain ( " qgis.org" );
33
- QCoreApplication::setApplicationName ( " qgis " );
33
+ QCoreApplication::setApplicationName ( " QGIS " );
34
34
35
35
QString context = QString::null;
36
36
QString myTranslationCode = " " ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ int main( int argc, char ** argv )
21
21
// Set up the QSettings environment must be done after qapp is created
22
22
QCoreApplication::setOrganizationName ( " QuantumGIS" );
23
23
QCoreApplication::setOrganizationDomain ( " qgis.org" );
24
- QCoreApplication::setApplicationName ( " qgis " );
24
+ QCoreApplication::setApplicationName ( " QGIS " );
25
25
26
26
QgsSpit w ( 0 , Qt::Window );
27
27
w.show ();
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ int main( int argc, char **argv )
31
31
// Set up the QSettings environment must be done after a is created
32
32
QCoreApplication::setOrganizationName ( " QuantumGIS" );
33
33
QCoreApplication::setOrganizationDomain ( " qgis.org" );
34
- QCoreApplication::setApplicationName ( " qgis " );
34
+ QCoreApplication::setApplicationName ( " QGIS " );
35
35
36
36
// Install translations if available. Based on the code in the Qgis
37
37
// main.cpp file.
You can’t perform that action at this time.
0 commit comments