mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Fixing "auto-associate" preference text (.pde -> .ino).
http://code.google.com/p/arduino/issues/detail?id=699
This commit is contained in:
@ -340,7 +340,7 @@ public class Preferences {
|
|||||||
|
|
||||||
if (Base.isWindows()) {
|
if (Base.isWindows()) {
|
||||||
autoAssociateBox =
|
autoAssociateBox =
|
||||||
new JCheckBox("Automatically associate .pde files with Arduino");
|
new JCheckBox("Automatically associate .ino files with Arduino");
|
||||||
pain.add(autoAssociateBox);
|
pain.add(autoAssociateBox);
|
||||||
d = autoAssociateBox.getPreferredSize();
|
d = autoAssociateBox.getPreferredSize();
|
||||||
autoAssociateBox.setBounds(left, top, d.width + 10, d.height);
|
autoAssociateBox.setBounds(left, top, d.width + 10, d.height);
|
||||||
|
Reference in New Issue
Block a user