[GRASS-SVN] r35120 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 30 13:32:44 EST 2008
Author: cmbarton
Date: 2008-12-30 13:32:44 -0500 (Tue, 30 Dec 2008)
New Revision: 35120
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
Fix for broken copy function.
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2008-12-30 17:43:01 UTC (rev 35119)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2008-12-30 18:32:44 UTC (rev 35120)
@@ -820,7 +820,7 @@
cmdstring = ' '.join(self.createCmd(ignoreErrors=True))
cmddata.SetText(cmdstring)
if wx.TheClipboard.Open():
- wx.TheClipboard.UsePrimarySelection(True)
+# wx.TheClipboard.UsePrimarySelection(True)
wx.TheClipboard.SetData(cmddata)
wx.TheClipboard.Close()
self.SetStatusText( _("'%s' copied to clipboard") % \
More information about the grass-commit
mailing list