aboutsummaryrefslogtreecommitdiff
path: root/src/gui/mainwindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/mainwindow.py')
-rw-r--r--src/gui/mainwindow.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/mainwindow.py b/src/gui/mainwindow.py
index 75f9867..159dc02 100644
--- a/src/gui/mainwindow.py
+++ b/src/gui/mainwindow.py
@@ -193,7 +193,7 @@ class MainWindow(QtWidgets.QMainWindow):
self.progressBar_createVideo.setValue(0)
self.pushButton_createVideo.clicked.connect(
- self.createAudioVisualisation)
+ self.createAudioVisualization)
self.pushButton_Cancel.clicked.connect(self.stopVideo)
@@ -638,7 +638,7 @@ class MainWindow(QtWidgets.QMainWindow):
self.videoWorker.cancel()
self.canceled = True
- def createAudioVisualisation(self):
+ def createAudioVisualization(self):
# create output video if mandatory settings are filled in
audioFile = self.lineEdit_audioFile.text()
outputPath = self.lineEdit_outputFile.text()