summaryrefslogtreecommitdiff
path: root/multimedia/openshot/files/patch-src_windows_main__window.py
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/openshot/files/patch-src_windows_main__window.py')
-rw-r--r--multimedia/openshot/files/patch-src_windows_main__window.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/openshot/files/patch-src_windows_main__window.py b/multimedia/openshot/files/patch-src_windows_main__window.py
index 6721bdaa42a0..d260ba0ac68c 100644
--- a/multimedia/openshot/files/patch-src_windows_main__window.py
+++ b/multimedia/openshot/files/patch-src_windows_main__window.py
@@ -1,6 +1,6 @@
---- src/windows/main_window.py.orig 2019-11-11 07:57:57 UTC
+--- src/windows/main_window.py.orig 2020-02-10 04:29:35 UTC
+++ src/windows/main_window.py
-@@ -247,6 +247,8 @@ class MainWindow(QMainWindow, updates.UpdateWatcher):
+@@ -249,6 +249,8 @@ class MainWindow(QMainWindow, updates.UpdateWatcher):
# Format last log line based on OS (since each OS can be formatted differently)
if platform.system() == "Darwin":
last_log_line = "mac-%s" % last_log_line[58:].strip()