Skip to content

Commit fe24380

Browse files
committed
Fixing "auto-associate" preference text (.pde -> .ino).
http://code.google.com/p/arduino/issues/detail?id=699
1 parent 1000186 commit fe24380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Preferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public void actionPerformed(ActionEvent e) {
340340

341341
if (Base.isWindows()) {
342342
autoAssociateBox =
343-
new JCheckBox("Automatically associate .pde files with Arduino");
343+
new JCheckBox("Automatically associate .ino files with Arduino");
344344
pain.add(autoAssociateBox);
345345
d = autoAssociateBox.getPreferredSize();
346346
autoAssociateBox.setBounds(left, top, d.width + 10, d.height);

0 commit comments

Comments
 (0)