Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit 1ad9c05

Browse files
fixed references to menu items
1 parent 8cc0bc9 commit 1ad9c05

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Main.sublime-menu

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
[
1919
{
2020
"command": "open_file",
21-
"args": {"file": "${packages}/SearchInProject/README.md"},
21+
"args": {"file": "${packages}/Search in Project/README.md"},
2222
"caption": "README"
2323
},
2424
{ "caption": "-" },
2525
{
2626
"command": "open_file",
27-
"args": {"file": "${packages}/SearchInProject/SearchInProject.sublime-settings"},
27+
"args": {"file": "${packages}/Search in Project/SearchInProject.sublime-settings"},
2828
"caption": "Settings – Default"
2929
},
3030
{
@@ -36,23 +36,23 @@
3636
{
3737
"command": "open_file",
3838
"args": {
39-
"file": "${packages}/SearchInProject/Default (OSX).sublime-keymap",
39+
"file": "${packages}/Search in Project/Default (OSX).sublime-keymap",
4040
"platform": "OSX"
4141
},
4242
"caption": "Key Bindings – Default"
4343
},
4444
{
4545
"command": "open_file",
4646
"args": {
47-
"file": "${packages}/SearchInProject/Default (Linux).sublime-keymap",
47+
"file": "${packages}/Search in Project/Default (Linux).sublime-keymap",
4848
"platform": "Linux"
4949
},
5050
"caption": "Key Bindings – Default"
5151
},
5252
{
5353
"command": "open_file",
5454
"args": {
55-
"file": "${packages}/SearchInProject/Default (Windows).sublime-keymap",
55+
"file": "${packages}/Search in Project/Default (Windows).sublime-keymap",
5656
"platform": "Windows"
5757
},
5858
"caption": "Key Bindings – Default"

0 commit comments

Comments
 (0)