Skip to content

Commit

Permalink
Merge pull request #369 from TkkrLab/develop
Browse files Browse the repository at this point in the history
Add default settings TkkrLab Enschede ( Fixes:  #368 )
  • Loading branch information
t-oster committed May 9, 2016
2 parents 4a18e65 + 27a1e01 commit 79ed49b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/t_oster/visicut/gui/MainView.java
Expand Up @@ -3357,6 +3357,7 @@ private void jmDownloadSettingsActionPerformed(java.awt.event.ActionEvent evt) {
choices.put("Germany, Bremen: FabLab Bremen e.V.", "http://www.fablab-bremen.org/FabLab_Bremen.vcsettings");
choices.put("Germany, Paderborn: FabLab Paderborn e.V.", "https://github.com/fablab-paderborn/visicut-settings/archive/master.zip");
choices.put("Netherlands, Amersfoort: FabLab", "https://github.com/Fablab-Amersfoort/visicut-settings/archive/master.zip");
choices.put("Netherlands, Enschede: TkkrLab", "https://github.com/TkkrLab/visicut-settings/archive/master.zip");
choices.put("United Kingdom, Manchester: Hackspace", "https://github.com/hacmanchester/visicut-settings/archive/master.zip");
choices.put("United Kingdom, Leeds: Hackspace", "https://github.com/leedshackspace/visicut-settings/archive/master.zip");
choices.put(bundle.getString("DOWNLOAD_NOT_IN_LIST"), "__HELP__");
Expand Down

0 comments on commit 79ed49b

Please sign in to comment.