Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader

This commit is contained in:
Zach Eveland 2012-04-06 07:00:13 -04:00
commit 4cf5f4e246
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ public class Preferences {
// [ ] Verify code after upload
verifyUploadBox = new JCheckBox("Verify code after upload");
verifyUploadBox = new JCheckBox(_("Verify code after upload"));
pain.add(verifyUploadBox);
d = verifyUploadBox.getPreferredSize();
verifyUploadBox.setBounds(left, top, d.width + 10, d.height);