Skip to content

Commit

Permalink
minor fixes for help (Python Console)
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Oct 5, 2012
1 parent b331d45 commit 680db77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 680db77

Please sign in to comment.