Skip to content

Commit

Permalink
Merge pull request #271 from slarosa/master
Browse files Browse the repository at this point in the history
minor fixes for help in console
  • Loading branch information
brushtyler committed Oct 5, 2012
2 parents d9c5a68 + 680db77 commit 4a90e73
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
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
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 4a90e73

Please sign in to comment.