From 8351a36cbcbe8529ec1c0bb60d77bf65fb59fe12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 3 Jan 2018 18:30:52 +0100 Subject: New upstream version 0.9.7 --- raphodo/viewutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raphodo/viewutils.py') 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) -- cgit v1.2.3