Skip to content

Commit c09a0dc

Browse files
author
timlinux
committedDec 31, 2005
Remove a comment - minor change
git-svn-id: http://svn.osgeo.org/qgis/trunk@4436 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6c30cb1 commit c09a0dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/qgisapp.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,6 @@ void QgisApp::createActions()
537537
mActionIdentify->setStatusTip(tr("Click on features to identify them"));
538538
connect(mActionIdentify, SIGNAL(triggered()), this, SLOT(identify()));
539539
//
540-
// ------- checked till here
541-
//
542540
mActionSelect= new QAction(QIcon(iconPath+"/mActionSelect.png"), tr("Select Features"), this);
543541
mActionSelect->setStatusTip(tr("Select Features"));
544542
connect(mActionSelect, SIGNAL(triggered()), this, SLOT(select()));

0 commit comments

Comments
 (0)
Please sign in to comment.