Skip to content

Commit

Permalink
Merge pull request #519 from hghile/master
Browse files Browse the repository at this point in the history
Add settings option for Seattle Fremont Hanager
  • Loading branch information
t-oster committed Aug 8, 2019
2 parents 8b05940 + 7b4ed1c commit 60b9e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/t_oster/visicut/gui/MainView.java
Original file line number Diff line number Diff line change
Expand Up @@ -3535,6 +3535,7 @@ private void jmDownloadSettingsActionPerformed(java.awt.event.ActionEvent evt) {
choices.put("Netherlands, Enschede: TkkrLab", "https://github.com/TkkrLab/visicut-settings/archive/master.zip");
choices.put("United Kingdom, Leeds: Hackspace", "https://github.com/leedshackspace/visicut-settings/archive/master.zip");
choices.put("United Kingdom, Manchester: Hackspace", "https://github.com/hacmanchester/visicut-settings/archive/master.zip");
choices.put("United States, Seattle: Fremont Hangar", "https://github.com/hghile/visicut-settings/archive/master.zip");
choices.put(bundle.getString("DOWNLOAD_NOT_IN_LIST"), "__HELP__");


Expand Down

0 comments on commit 60b9e48

Please sign in to comment.