mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[pyqgis-console] sextante => processing renaming: followup ec82b52
This commit is contained in:
parent
392a8774af
commit
8dc013117f
@ -154,7 +154,7 @@ class ShellScintilla(QsciScintilla, code.InteractiveInterpreter):
|
||||
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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user