qgsgrassplugin.diff
src/plugins/grass/qgsgrassplugin.cpp (working copy) | ||
---|---|---|
77 | 77 |
#include "grass_edit.xpm" |
78 | 78 |
#include "grass_region.xpm" |
79 | 79 |
#include "grass_region_edit.xpm" |
80 |
static const char *pluginVersion = "0.1"; |
|
80 |
static const char *pluginVersion = "Version 0.1";
|
|
81 | 81 | |
82 | 82 |
/** |
83 | 83 |
* Constructor for the plugin. The plugin is passed a pointer to the main app |