diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index aed43621d..c8239df57 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -1287,7 +1287,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): self.loadProgressBar.setValue(0) self.application.process_events() - def incrementProgressBar(self): + def increment_progress_bar(self): """ Increase the Progress Bar value by 1 """