summaryrefslogtreecommitdiff
path: root/raphodo/viewutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'raphodo/viewutils.py')
-rw-r--r--raphodo/viewutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/raphodo/viewutils.py b/raphodo/viewutils.py
index fa0bd5c..6b2775b 100644
--- a/raphodo/viewutils.py
+++ b/raphodo/viewutils.py
@@ -249,4 +249,4 @@ def translateButtons(buttonBox: QDialogButtonBox) -> None:
for role, text in buttons:
button = buttonBox.button(role)
if button:
- button.setText(text) \ No newline at end of file
+ button.setText(text)