Skip to content

Commit 4a90e73

Browse files
committed
Merge pull request #271 from slarosa/master
minor fixes for help in console
2 parents d9c5a68 + 680db77 commit 4a90e73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/console.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from PyQt4.QtGui import *
2424
from qgis.utils import iface
2525
from console_sci import PythonEdit
26-
from help import HelpDialog
26+
from console_help import HelpDialog
2727

2828
import sys
2929
import os

python/helpConsole/help.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<table id="header">
2727
<tr>
2828
<td>
29-
<img src="qrc:/iconConsole/imgHelpDialog.png" />
29+
<img src="qrc:/images/console/imgHelpDialog.png" />
3030
</td>
3131
<td>
3232
<h2 id="headerTitle">Python Console for QGIS</h2>

0 commit comments

Comments
 (0)