Skip to content

Commit

Permalink
Updated version number and changed description of the useless Launche…
Browse files Browse the repository at this point in the history
…r plugin

git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6916 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Apr 28, 2007
1 parent fc3a0fc commit 5814689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/launcher/qgslauncherplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ email : tim@linfiniti.com
//
static const char * const ident_ = "$Id: qgslauncherplugin.cpp 3249 2005-04-28 01:20:24Z g_j_m $";

static const char * const name_ = "QgsLauncherPlugin";
static const char * const name_ = "Launcher";
static const char * const description_ = "Launches a program or script from within QGIS";
static const char * const version_ = "Version 0.1";
static const char * const version_ = "Version 0.2";
static const QgisPlugin::PLUGINTYPE type_ = QgisPlugin::UI;


Expand Down

0 comments on commit 5814689

Please sign in to comment.