We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0219e commit fb7f099Copy full SHA for fb7f099
tkinter_script.py
@@ -216,7 +216,7 @@ def restart_program():
216
217
# create more pulldown menus
218
helpmenu = Menu(menubar, tearoff=0)
219
- helpmenu.add_command(label="About", command=about)
+ helpmenu.add_command(label="About (v0.1.1)", command=about)
220
helpmenu.add_command(label="- Detection Methods", command=methods)
221
helpmenu.add_command(label="- Comparison with Other Scripts", command=comparison)
222
helpmenu.add_command(label="- PII Field Names", command=PII_field_names)
0 commit comments