Skip to content

Commit 4226748

Browse files
author
pr0grammr
committed
fixed main menu
1 parent fa7bd75 commit 4226748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Main.sublime-menu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
[
1818
{
1919
"command": "open_file",
20-
"args": {"file": "${packages}/cppclasshelper-sublime-text-plugin/cppclasshelper.sublime-settings"},
20+
"args": {"file": "${packages}/C++ Classhelper/C++ Classhelper.sublime-settings"},
2121
"caption": "Settings – Default"
2222
},
2323
{
2424
"command": "open_file",
25-
"args": {"file": "${packages}/User/cppclasshelper.sublime-settings"},
25+
"args": {"file": "${packages}/User/C++ Classhelper.sublime-settings"},
2626
"caption": "Settings – User"
2727
}
2828
]

0 commit comments

Comments
 (0)