File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
#include " qgstipfactory.h"
23
23
#include < QTime>
24
24
// for rand & srand
25
- #include < cstdlib>
25
+ #include < cstdlib>
26
26
27
27
28
28
QgsTipFactory::QgsTipFactory () : QObject()
29
29
{
30
- // Im just doing this in a simple way so
30
+ // Im just doing this in a simple way so
31
31
// its easy for translators...later
32
32
// it its worth the time Ill move this data
33
33
// into a sqlite database...
@@ -36,8 +36,8 @@ QgsTipFactory::QgsTipFactory() : QObject()
36
36
myTip.setContent (tr (" Quantum GIS is open source software."
37
37
" This means that the software source code can be freely viewed "
38
38
" and modified. The GPL places a restriction that any modifications "
39
- " you make must be made available to the openModeller project, and "
40
- " that you can not create a new version of openModeller under a "
39
+ " you make must be made available to the Quantum GIS project, and "
40
+ " that you can not create a new version of Quantum GIS under a "
41
41
" 'closed source' license. Visit <a href=\" http://qgis.org\" >"
42
42
" the QGIS home page (http://qgis.org)</a> for more"
43
43
" information." ));
You can’t perform that action at this time.
0 commit comments