summaryrefslogtreecommitdiffstats
path: root/ui/main_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui/main_window.py')
-rw-r--r--ui/main_window.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/main_window.py b/ui/main_window.py
index b29ff57..b3c657a 100644
--- a/ui/main_window.py
+++ b/ui/main_window.py
@@ -69,6 +69,7 @@ class MainWindow(QMainWindow):
self._missing_view = MissingTranslationView()
self._missing_view.article_selected.connect(self._on_article_selected)
+ self._missing_view.translate_requested.connect(self._do_translate)
self._stack.addWidget(self._missing_view)
self._page_no_translation = self._stack.count() - 1