We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent df4d380 commit 350d989Copy full SHA for 350d989
src/app/qgstipfactory.cpp
@@ -193,14 +193,6 @@ QgsTipFactory::QgsTipFactory() : QObject()
193
) );
194
addGenericTip( myTip );
195
// 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
204
myTip.setTitle(tr("Add an action to layer"));
205
myTip.setContent(tr("Action in a layer allow user to trigger action when clicking on a geometry"
206
" with 'Run Feature Action' tools."
0 commit comments