Skip to content

Commit

Permalink
fix an error about .sublime-menu file
Browse files Browse the repository at this point in the history
  • Loading branch information
rexdf committed Jul 12, 2016
1 parent 14d3983 commit c8de2f9
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Localization.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def set_language(lang, force=False):
elif sbt_version < 3118:
patch_version = 3105
if patch_version:
PATCH_RES = "Packages/{}/patch/{}/{}/Main.sublime-menu".format(
PATCH_RES = "Packages/{}/patch/{}/{}/Main.sublime-menu.txt".format(
PACKAGE_NAME, patch_version, lang)
content = sublime.load_resource(PATCH_RES)
with open(MAIN_MENU, 'wb') as f:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c8de2f9

Please sign in to comment.