Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[pyqgis-console] sextante => processing renaming: followup ec82b52
  • Loading branch information
slarosa committed Aug 22, 2013
1 parent 392a877 commit 8dc0131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/console/console_sci.py
Expand Up @@ -154,7 +154,7 @@ def commandConsole(self, command):
self.setSelection(line, 4, line, selCmdLenght)
self.removeSelectedText()
if command == "processing":
# import Sextante class
# import Processing class
self.append('import processing')
elif command == "qtCore":
# import QtCore class
Expand Down
4 changes: 2 additions & 2 deletions resources/context_help/PythonConsole
Expand Up @@ -73,8 +73,8 @@
</tr>
<tr>
<td><img src="qrc:/images/themes/default/console/iconClassConsole.png" /></td>
<td><img src="qrc:/images/themes/default/console/iconSextanteConsole.png" /></td>
<td>Import Sextante class</td>
<td><img src="qrc:/images/themes/default/console/iconProcessingConsole.png" /></td>
<td>Import Processing class</td>
</tr>
<tr>
<td></td>
Expand Down

0 comments on commit 8dc0131

Please sign in to comment.