From b67aaaf4bcbf7fa3cc70e266d0ea68120e4802f7 Mon Sep 17 00:00:00 2001 From: Bob Swift Date: Fri, 23 Apr 2021 14:24:47 -0600 Subject: [PATCH] Update TODO comment. --- picard/ui/scripteditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picard/ui/scripteditor.py b/picard/ui/scripteditor.py index b196cc98d..f80d05d14 100644 --- a/picard/ui/scripteditor.py +++ b/picard/ui/scripteditor.py @@ -275,7 +275,7 @@ class ScriptEditorPage(PicardDialog): """ super().__init__(parent) self.examples = examples - # TODO: Work on making this work properly so that it can be accessed from both the main window and the options window. + # TODO: Make this work properly so that it can be accessed from both the main window and the options window. # self.setWindowFlags(QtCore.Qt.Window) self.setWindowModality(QtCore.Qt.WindowModal) self.setWindowTitle(self.TITLE)