From 5f70812a73deb05b78e43ca266cc1f40f551b99e Mon Sep 17 00:00:00 2001 From: csrichter Date: Wed, 7 Jun 2017 12:04:54 +0200 Subject: [PATCH] added lcn to hovertext in gui --- python/tmc_classes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tmc_classes.py b/python/tmc_classes.py index e7c8829..b9b196b 100644 --- a/python/tmc_classes.py +++ b/python/tmc_classes.py @@ -671,7 +671,7 @@ class tmc_dict: color="gray" if message.location.has_koord: if loc==None:#first message at this location - map_tag+='

' + map_tag+='

'%message.location.lcn map_tag+=message.location_text() map_tag+='

' if message.cancellation_time==None: