Skip to content

Commit

Permalink
update GUI name
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzaali committed Jul 7, 2023
1 parent 66fbb7e commit 74c4c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piscat/GUI/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def initUI(self):
"Template_matching": False,
}

Display_video_in_memory = QtGui.QAction(QtGui.QIcon("folder.ico"), "Load videos", self)
Display_video_in_memory = QtGui.QAction(QtGui.QIcon("folder.ico"), "Loaded videos", self)
# open_file.setShortcut('Ctrl+S')
Display_video_in_memory.setStatusTip("Display")
view_menu.addAction(Display_video_in_memory)
Expand Down

0 comments on commit 74c4c6f

Please sign in to comment.