Skip to content

Commit

Permalink
adds ability to copy unique values to clipboard to pasting into other
Browse files Browse the repository at this point in the history
software (i.e. excel); updates version number as well


git-svn-id: http://svn.osgeo.org/qgis/trunk@10610 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
cfarmer committed Apr 21, 2009
1 parent 0f1e9e5 commit e8b395c
Show file tree
Hide file tree
Showing 6 changed files with 708 additions and 700 deletions.
2 changes: 1 addition & 1 deletion python/plugins/fTools/__init__.py
Expand Up @@ -21,7 +21,7 @@ def description():
return "Tools for vector data analysis and management"

def version():
return "0.5.9"
return "0.5.10"

def qgisMinimumVersion():
return "1.0"
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/fTools/doAbout.py
Expand Up @@ -32,7 +32,7 @@ def __init__(self, iface):
QObject.connect(self.btnWeb, SIGNAL("clicked()"), self.openWeb)
QObject.connect(self.btnHelp, SIGNAL("clicked()"), self.openHelp)
self.fToolsLogo.setPixmap(QPixmap(":/icons/default/ftools_logo.png"))
self.label_3.setText("fTools 0.5.8")
self.label_3.setText("fTools 0.5.10")
self.textEdit.setText(self.getText())

def getText(self):
Expand Down

0 comments on commit e8b395c

Please sign in to comment.