Skip to content

Commit

Permalink
update plugin description in OGR converter plugin
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9328 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 14, 2008
1 parent 062da45 commit 83c2b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/ogr_converter/plugin.cpp
Expand Up @@ -57,7 +57,7 @@ void OgrPlugin::initGui()
mQActionPointer = new QAction( QIcon( ":/ogrconverter/ogr_converter.png" ), tr( "Run OGR Layer Converter" ), this );

// Set the what's this text
mQActionPointer->setWhatsThis( tr( "Replace this with a short description of what the plugin does" ) );
mQActionPointer->setWhatsThis( tr( "Translates vector layers between formats supported by OGR library" ) );

// Connect the action to the run
connect( mQActionPointer, SIGNAL( triggered() ), this, SLOT( run() ) );
Expand Down

0 comments on commit 83c2b4e

Please sign in to comment.