Skip to content

Commit

Permalink
dont set tab to browser
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4916 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 28, 2006
1 parent 0651c53 commit 63d6e0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugins/grass/qgsgrasstools.cpp
Expand Up @@ -158,10 +158,6 @@ QgsGrassTools::QgsGrassTools ( QgisApp *qgisApp, QgisIface *iface,
// displayed over the browser
QgsGrassBrowser *browser = new QgsGrassBrowser ( mIface, this );
mTabWidget->addTab( browser, "Browser" );

// Debug
mTabWidget->setCurrentIndex(1);

}

void QgsGrassTools::moduleClicked( Q3ListViewItem * item )
Expand Down

0 comments on commit 63d6e0d

Please sign in to comment.