We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9c5a68 + 680db77 commit 4a90e73Copy full SHA for 4a90e73
python/console.py
@@ -23,7 +23,7 @@
23
from PyQt4.QtGui import *
24
from qgis.utils import iface
25
from console_sci import PythonEdit
26
-from help import HelpDialog
+from console_help import HelpDialog
27
28
import sys
29
import os
python/helpConsole/help.htm
@@ -26,7 +26,7 @@
<table id="header">
<tr>
<td>
- <img src="qrc:/iconConsole/imgHelpDialog.png" />
+ <img src="qrc:/images/console/imgHelpDialog.png" />
30
</td>
31
32
<h2 id="headerTitle">Python Console for QGIS</h2>
0 commit comments