Skip to content

Commit

Permalink
Merge pull request #2400 from anitagraser/patch-10
Browse files Browse the repository at this point in the history
Update qgstipfactory.cpp
  • Loading branch information
rduivenvoorde committed Oct 28, 2015
2 parents 0799e09 + a18a0ad commit b931501
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/qgstipfactory.cpp
Expand Up @@ -75,9 +75,9 @@ QgsTipFactory::QgsTipFactory() : QObject()
"<ul>"
"<li>QGIS Library - this is the C++ library that contains"
" the core logic that is used to build the QGIS user interface and other applications.</li>"
"<li>QGIS Application - this is the desktop application that you know and love so much :-).</li>"
"<li>QGIS Mapserver - this is a server-side application based on the QGIS Library"
" that will serve up your .qgs projects using the WMS protocol.</li>"
"<li>QGIS Desktop - this is the desktop application that you know and love so much :-).</li>"
"<li>QGIS Server - this is a server-side application based on the QGIS Library"
" that will serve up your .qgs projects using OGC standard protocols.</li>"
"</ul>"
) );
addGenericTip( myTip );
Expand Down

0 comments on commit b931501

Please sign in to comment.