Skip to content

Commit 350d989

Browse files
committedOct 4, 2014
Removing easter eggs tips
1 parent df4d380 commit 350d989

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
 

‎src/app/qgstipfactory.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,6 @@ QgsTipFactory::QgsTipFactory() : QObject()
193193
) );
194194
addGenericTip( myTip );
195195
// by yjacolin
196-
myTip.setTitle(tr("QGIS makes me dizzy!"));
197-
myTip.setContent(tr("QGIS has easter eggs hidden inside. Write 'dizzy' without the quote in"
198-
"coordinate input in the status bar and see what happen in the map "
199-
"canvas. You can also try 'retro'. To stop it, just write 'dizzy' or "
200-
"'retro' again."
201-
));
202-
addGuiTip(myTip);
203-
// by yjacolin
204196
myTip.setTitle(tr("Add an action to layer"));
205197
myTip.setContent(tr("Action in a layer allow user to trigger action when clicking on a geometry"
206198
" with 'Run Feature Action' tools."

0 commit comments

Comments
 (0)
Please sign in to comment.