Showing with 2 additions and 2 deletions.
  1. +1 −1 python/console.py
  2. +1 −1 python/helpConsole/help.htm
2 changes: 1 addition & 1 deletion python/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from PyQt4.QtGui import *
from qgis.utils import iface
from console_sci import PythonEdit
from help import HelpDialog
from console_help import HelpDialog

import sys
import os
Expand Down
2 changes: 1 addition & 1 deletion python/helpConsole/help.htm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<table id="header">
<tr>
<td>
<img src="qrc:/iconConsole/imgHelpDialog.png" />
<img src="qrc:/images/console/imgHelpDialog.png" />
</td>
<td>
<h2 id="headerTitle">Python Console for QGIS</h2>
Expand Down