Skip to content

Commit

Permalink
Fixing path to default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
LordBrom authored Feb 2, 2018
1 parent 468bea1 commit fad07c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[{
"caption": "-"
},{
"command": "open_file", "args": {"file": "${packages}/HighlightDuplicates/highlight_duplicates.sublime-settings"},"caption": "Settings – Default"
"command": "open_file", "args": {"file": "${packages}/Highlight Duplicates/highlight_duplicates.sublime-settings"},"caption": "Settings – Default"
},{
"command": "open_file", "args": {"file": "${packages}/User/highlight_duplicates.sublime-settings"},"caption": "Settings – User"
},{
Expand Down

0 comments on commit fad07c8

Please sign in to comment.