summaryrefslogtreecommitdiff
path: root/gpscap.py
diff options
context:
space:
mode:
authorSanjeev Gupta <ghane0@gmail.com>2015-04-12 00:34:40 +0800
committerGary E. Miller <gem@rellim.com>2015-04-11 12:29:45 -0700
commit4dfc45e61b5205cd41aab21d87f6d9bddf0e929c (patch)
tree97bcf8bc12a2fcb040c08259f3b3e66a6ff3f5d5 /gpscap.py
parentf2066fc077a0bac70a2ec81e2a1c74690f49e76a (diff)
downloadgpsd-4dfc45e61b5205cd41aab21d87f6d9bddf0e929c.tar.gz
Add mouseover text for udev (!) icon
Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'gpscap.py')
-rw-r--r--gpscap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpscap.py b/gpscap.py
index 2a92e28b..9bb06309 100644
--- a/gpscap.py
+++ b/gpscap.py
@@ -132,7 +132,7 @@ class GPSDictionary(ConfigParser.RawConfigParser):
elif self.get(dev, "rating") == "broken":
testfield += "<img title='Device is broken' src='bomb.png' alt='Bomb icon'>"
if self.has_option(dev, "usbchip") and self.get(dev, "usbchip") in hotpluggables:
- testfield += "<img src='hotplug.png' alt='Hotplug icon'>"
+ testfield += "<img title='udev hotplug' src='hotplug.png' alt='Hotplug icon'>"
ofp.write("<td>%s</td>\n" % testfield)
nmea = "&nbsp;"
if self.has_option(dev, "nmea"):