File tree Expand file tree Collapse file tree 5 files changed +5
-14
lines changed Expand file tree Collapse file tree 5 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ def copy_result():
151
151
tools_menu .add_command (label = "中文界面" )
152
152
tools_menu .add_command (label = "Русский интерфейс" )
153
153
154
-
155
154
# Help menu
156
155
help_menu = tkinter .Menu (menubar , tearoff = 0 )
157
156
menubar .add_cascade (label = "Help" , menu = help_menu )
@@ -161,7 +160,7 @@ def copy_result():
161
160
help_menu .add_command (label = "Help" , command = help , accelerator = "F1" )
162
161
help_menu .add_command (label = "View Licence" , command = open_license )
163
162
help_menu .add_separator ()
164
- help_menu .add_command (label = "About" , command = about )
163
+ help_menu .add_command (label = "About D5L " , command = about )
165
164
166
165
window .bind_all ("<F1>" , lambda event : help ())
167
166
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ def copy_result():
123
123
menubar .add_cascade (label = "File" , menu = file_menu )
124
124
file_menu .add_command (label = "Exit" , command = window .quit )
125
125
126
- # Edit menu
127
126
# Edit menu
128
127
edit_menu = tkinter .Menu (menubar , tearoff = 0 )
129
128
menubar .add_cascade (label = "Edit" , menu = edit_menu )
@@ -152,7 +151,6 @@ def copy_result():
152
151
tools_menu .add_command (label = "中文界面" )
153
152
tools_menu .add_command (label = "Русский интерфейс" )
154
153
155
-
156
154
# Help menu
157
155
help_menu = tkinter .Menu (menubar , tearoff = 0 )
158
156
menubar .add_cascade (label = "Help" , menu = help_menu )
@@ -162,7 +160,7 @@ def copy_result():
162
160
help_menu .add_command (label = "Help" , command = help , accelerator = "F1" )
163
161
help_menu .add_command (label = "View Licence" , command = open_license )
164
162
help_menu .add_separator ()
165
- help_menu .add_command (label = "About" , command = about )
163
+ help_menu .add_command (label = "About D5L " , command = about )
166
164
167
165
window .bind_all ("<F1>" , lambda event : help ())
168
166
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ def copy_result():
123
123
menubar .add_cascade (label = "File" , menu = file_menu )
124
124
file_menu .add_command (label = "Exit" , command = window .quit )
125
125
126
- # Edit menu
127
126
# Edit menu
128
127
edit_menu = tkinter .Menu (menubar , tearoff = 0 )
129
128
menubar .add_cascade (label = "Edit" , menu = edit_menu )
@@ -152,7 +151,6 @@ def copy_result():
152
151
tools_menu .add_command (label = "中文界面" )
153
152
tools_menu .add_command (label = "Русский интерфейс" )
154
153
155
-
156
154
# Help menu
157
155
help_menu = tkinter .Menu (menubar , tearoff = 0 )
158
156
menubar .add_cascade (label = "Help" , menu = help_menu )
@@ -162,7 +160,7 @@ def copy_result():
162
160
help_menu .add_command (label = "Help" , command = help , accelerator = "F1" )
163
161
help_menu .add_command (label = "View Licence" , command = open_license )
164
162
help_menu .add_separator ()
165
- help_menu .add_command (label = "About" , command = about )
163
+ help_menu .add_command (label = "About D5L " , command = about )
166
164
167
165
window .bind_all ("<F1>" , lambda event : help ())
168
166
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ def copy_result():
123
123
menubar .add_cascade (label = "File" , menu = file_menu )
124
124
file_menu .add_command (label = "Exit" , command = window .quit )
125
125
126
- # Edit menu
127
126
# Edit menu
128
127
edit_menu = tkinter .Menu (menubar , tearoff = 0 )
129
128
menubar .add_cascade (label = "Edit" , menu = edit_menu )
@@ -152,7 +151,6 @@ def copy_result():
152
151
tools_menu .add_command (label = "中文界面" )
153
152
tools_menu .add_command (label = "Русский интерфейс" )
154
153
155
-
156
154
# Help menu
157
155
help_menu = tkinter .Menu (menubar , tearoff = 0 )
158
156
menubar .add_cascade (label = "Help" , menu = help_menu )
@@ -162,7 +160,7 @@ def copy_result():
162
160
help_menu .add_command (label = "Help" , command = help , accelerator = "F1" )
163
161
help_menu .add_command (label = "View Licence" , command = open_license )
164
162
help_menu .add_separator ()
165
- help_menu .add_command (label = "About" , command = about )
163
+ help_menu .add_command (label = "About D5L " , command = about )
166
164
167
165
window .bind_all ("<F1>" , lambda event : help ())
168
166
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ def copy_result():
123
123
menubar .add_cascade (label = "File" , menu = file_menu )
124
124
file_menu .add_command (label = "Exit" , command = window .quit )
125
125
126
- # Edit menu
127
126
# Edit menu
128
127
edit_menu = tkinter .Menu (menubar , tearoff = 0 )
129
128
menubar .add_cascade (label = "Edit" , menu = edit_menu )
@@ -152,7 +151,6 @@ def copy_result():
152
151
tools_menu .add_command (label = "中文界面" )
153
152
tools_menu .add_command (label = "Русский интерфейс" )
154
153
155
-
156
154
# Help menu
157
155
help_menu = tkinter .Menu (menubar , tearoff = 0 )
158
156
menubar .add_cascade (label = "Help" , menu = help_menu )
@@ -162,7 +160,7 @@ def copy_result():
162
160
help_menu .add_command (label = "Help" , command = help , accelerator = "F1" )
163
161
help_menu .add_command (label = "View Licence" , command = open_license )
164
162
help_menu .add_separator ()
165
- help_menu .add_command (label = "About" , command = about )
163
+ help_menu .add_command (label = "About D5L " , command = about )
166
164
167
165
window .bind_all ("<F1>" , lambda event : help ())
168
166
You can’t perform that action at this time.
0 commit comments