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 @@ -47,7 +47,7 @@ int main( int argc, char ** argv )
47
47
// Set up the QSettings environment must be done after qapp is created
48
48
QCoreApplication::setOrganizationName ( " QuantumGIS" );
49
49
QCoreApplication::setOrganizationDomain ( " qgis.org" );
50
- QCoreApplication::setApplicationName ( " QGIS " );
50
+ QCoreApplication::setApplicationName ( " QGIS2 " );
51
51
52
52
QgsBrowser w;
53
53
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ int main( int argc, char ** argv )
33
33
// Set up the QSettings environment must be done after qapp is created
34
34
QCoreApplication::setOrganizationName ( " QuantumGIS" );
35
35
QCoreApplication::setOrganizationDomain ( " qgis.org" );
36
- QCoreApplication::setApplicationName ( " QGIS " );
36
+ QCoreApplication::setApplicationName ( " QGIS2 " );
37
37
38
38
QString context = QString::null;
39
39
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 ( " QGIS2 " );
25
25
26
26
QgsSpit w ( 0 , Qt::Window );
27
27
w.show ();
You can’t perform that action at this time.
0 commit comments