Skip to content

Commit

Permalink
Removing easter eggs tips
Browse files Browse the repository at this point in the history
  • Loading branch information
yjacolin committed Oct 4, 2014
1 parent df4d380 commit 350d989
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/qgstipfactory.cpp
Expand Up @@ -193,14 +193,6 @@ QgsTipFactory::QgsTipFactory() : QObject()
) );
addGenericTip( myTip );
// by yjacolin
myTip.setTitle(tr("QGIS makes me dizzy!"));
myTip.setContent(tr("QGIS has easter eggs hidden inside. Write 'dizzy' without the quote in"
"coordinate input in the status bar and see what happen in the map "
"canvas. You can also try 'retro'. To stop it, just write 'dizzy' or "
"'retro' again."
));
addGuiTip(myTip);
// by yjacolin
myTip.setTitle(tr("Add an action to layer"));
myTip.setContent(tr("Action in a layer allow user to trigger action when clicking on a geometry"
" with 'Run Feature Action' tools."
Expand Down

0 comments on commit 350d989

Please sign in to comment.