Skip to content

Commit

Permalink
Fix Menu settings file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardroche committed Jun 15, 2017
1 parent e7a379c commit 5908b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"caption": "Settings – Default",
"command": "open_file", "args":
{
"file": "${packages}/DocBlockr/Base File.sublime-settings"
"file": "${packages}/DocBlockr/Preferences.sublime-settings"
}
},
{
"caption": "Settings – User",
"command": "open_file", "args":
{
"file": "${packages}/User/Base File.sublime-settings"
"file": "${packages}/User/Preferences.sublime-settings"
}
},
{
Expand Down

0 comments on commit 5908b72

Please sign in to comment.