From cba673ae1262b1b5146d51c8090ceede4719f07a Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 17 Jul 2020 12:02:02 +0100 Subject: [PATCH] Correct 'compoun' to 'compound' in 'Release Notes' URL code --- EDMarketConnector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 51061b99..d17b0537 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -737,7 +737,7 @@ class AppWindow(object): row += 1 self.appversion_label = tk.Label(frame, text=appversion) self.appversion_label.grid(row=row, column=0, sticky=tk.E) - self.appversion = HyperlinkLabel(frame, compoun=tk.RIGHT, text=_('Release Notes'), + self.appversion = HyperlinkLabel(frame, compound=tk.RIGHT, text=_('Release Notes'), url='https://github.com/EDCD/EDMarketConnector/releases/tag/Release/{VERSION}'.format( VERSION=appversion_nobuild), underline=True)