aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-16 17:04:29 -0500
committerJesús <heckyel@hyperbola.info>2019-12-16 17:04:29 -0500
commit56e5d9dfd92364fa366caa5482ffd1abcf60c05d (patch)
tree3d00ab2f1d2dd2c279ebb4aea93f8e55ed003548 /hypervideo_gui
parent1ff4160e8cfa4e23e21c249876dfa85e7482cb2a (diff)
downloadhypervideo-gui-56e5d9dfd92364fa366caa5482ffd1abcf60c05d.tar.lz
hypervideo-gui-56e5d9dfd92364fa366caa5482ffd1abcf60c05d.tar.xz
hypervideo-gui-56e5d9dfd92364fa366caa5482ffd1abcf60c05d.zip
pep8 comment
Diffstat (limited to 'hypervideo_gui')
-rw-r--r--hypervideo_gui/main_ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py
index d07a6e0..47a4f6f 100644
--- a/hypervideo_gui/main_ui.py
+++ b/hypervideo_gui/main_ui.py
@@ -313,7 +313,7 @@ class MainWindow(QMainWindow):
self.populate_video_format_combobox(self.default_formats_menu_items)
- # preserve combobox index if possible
+ # Preserve combobox index if possible
if idx > 1:
self.video_format_combobox.setCurrentIndex(0)
else: