From 88c8bd4cd2ee4707f8a43be4d89c4e040dcced2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sat, 30 Dec 2017 12:18:30 -0500 Subject: New upstream version 0.9.6 --- 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