diff --git a/Main.sublime-menu b/Main.sublime-menu index ad1854a..afd5010 100644 --- a/Main.sublime-menu +++ b/Main.sublime-menu @@ -23,15 +23,15 @@ "caption": "Preferences", "command": "edit_settings", "args": { - "base_file": "${packages}/SublimeKickAssemblerC64/Preferences.sublime-settings", - "default": "// Settings in here override those in \"/SublimeKickAssemblerC64/Preferences.sublime-settings\",\n\n{\n\t$0\n}\n"} + "base_file": "${packages}/Kick Assembler (C64)/Preferences.sublime-settings", + "default": "// Settings in here override those in \"/Kick Assembler (C64)/Preferences.sublime-settings\",\n\n{\n\t$0\n}\n"} }, { "caption": "Settings", "command": "edit_settings", "args": { - "base_file": "${packages}/SublimeKickAssemblerC64/KickAssembler (C64).sublime-settings", - "default": "// Settings in here override those in \"/SublimeKickAssemblerC64/KickAssembler (C64).sublime-settings\",\n\n{\n\t$0\n}\n"} + "base_file": "${packages}/Kick Assembler (C64)/KickAssembler (C64).sublime-settings", + "default": "// Settings in here override those in \"/Kick Assembler (C64)/KickAssembler (C64).sublime-settings\",\n\n{\n\t$0\n}\n"} }, ] }, diff --git a/Messages/1.3.3.txt b/Messages/1.3.3.txt index 633c88e..dd05516 100644 --- a/Messages/1.3.3.txt +++ b/Messages/1.3.3.txt @@ -1,6 +1,6 @@ Changes in version 1.3.2: - Fix: Changed the default (Vice) executable path for run and debug, - since Vice executable is now located in the bin sub folder. + since Vice executable is now located in the bin sub folder. The old path also works. Issue #58 reported by Pontus Berg (https://github.com/BacchusFLT) See http://goatpower.org for more details.