mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-31 20:52:13 +01:00
Typo in SerialPlotter.java
This commit is contained in:
parent
7a9db6ccf8
commit
69e91cab5c
@ -373,7 +373,7 @@ public class SerialPlotter extends AbstractMonitor {
|
||||
sendButton.addActionListener(listener);
|
||||
}
|
||||
|
||||
public void appyPreferences() {
|
||||
public void applyPreferences() {
|
||||
// Apply line endings.
|
||||
if (PreferencesData.get("serial.line_ending") != null) {
|
||||
lineEndings.setSelectedIndex(PreferencesData.getInteger("serial.line_ending"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user