Fixing "auto-associate" preference text (.pde -> .ino).

http://code.google.com/p/arduino/issues/detail?id=699
This commit is contained in:
David A. Mellis 2011-10-29 17:47:17 -04:00
parent 10001866e6
commit fe243801a4
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ public class Preferences {
if (Base.isWindows()) {
autoAssociateBox =
new JCheckBox("Automatically associate .pde files with Arduino");
new JCheckBox("Automatically associate .ino files with Arduino");
pain.add(autoAssociateBox);
d = autoAssociateBox.getPreferredSize();
autoAssociateBox.setBounds(left, top, d.width + 10, d.height);