bpo-37748: Re-order the Run menu. (GH-15115)

Put the most common choice, Run Module, at the top.
This commit is contained in:
Terry Jan Reedy 2019-08-04 16:45:15 -04:00 committed by GitHub
parent adf02b36b3
commit 14070299cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 46 additions and 39 deletions

View file

@ -73,10 +73,10 @@ menudefs = [
]),
('run', [
('Python Shell', '<<open-python-shell>>'),
('C_heck Module', '<<check-module>>'),
('R_un Module', '<<run-module>>'),
('Run... _Customized', '<<run-custom>>'),
('C_heck Module', '<<check-module>>'),
('Python Shell', '<<open-python-shell>>'),
]),
('shell', [