Skip to content

Commit

Permalink
Merge pull request #7 from martinskou/master
Browse files Browse the repository at this point in the history
Fixed OSX case sensitivity bug
  • Loading branch information
akalongman committed Sep 20, 2013
2 parents 16897c9 + 7f04ad8 commit ef0652e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"command": "open_file",
"args": {"file": "${packages}/AutoBackups/AutoBackups (OSX).sublime-settings", "platform": "OSX"},
"args": {"file": "${packages}/AutoBackups/AutoBackups (Osx).sublime-settings", "platform": "OSX"},
"caption": "Settings – Default"
},
{
Expand All @@ -42,7 +42,7 @@
},
{
"command": "open_file",
"args": {"file": "${packages}/User/AutoBackups (OSX).sublime-settings", "platform": "OSX"},
"args": {"file": "${packages}/User/AutoBackups (Osx).sublime-settings", "platform": "OSX"},
"caption": "Settings – User"
},
{ "caption": "-" }
Expand All @@ -52,4 +52,4 @@
}
]
}
]
]

0 comments on commit ef0652e

Please sign in to comment.