diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-16 16:10:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-16 16:10:10 -0500 |
commit | 57906ab4b84cb0c1b4ba405fccfd94477fe71ad2 (patch) | |
tree | 270f0fb9cf12d9962e822baab9efbc61d9ab06ed | |
parent | ec1398947d647158e5e6fd15ee106247b06f2174 (diff) | |
download | hypervideo-gui-57906ab4b84cb0c1b4ba405fccfd94477fe71ad2.tar.lz hypervideo-gui-57906ab4b84cb0c1b4ba405fccfd94477fe71ad2.tar.xz hypervideo-gui-57906ab4b84cb0c1b4ba405fccfd94477fe71ad2.zip |
update comment clipboard
-rw-r--r-- | hypervideo_gui/main_ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index b278190..0f653bf 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -216,7 +216,7 @@ class MainWindow(QMainWindow): main_widget.setLayout(vlayout) self.setCentralWidget(main_widget) - # Copy background ID or URL of clipboard + # Copy URL of clipboard self.clip = QApplication.clipboard() if self.clip.text().startswith("http"): self.lbl_url_path.setText(self.clip.text()) |