mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
12 lines
489 B
Plaintext
12 lines
489 B
Plaintext
--- src/program/programtab.cpp.orig Mon Nov 16 17:37:49 2015
|
|
+++ src/program/programtab.cpp Mon Nov 16 17:38:09 2015
|
|
@@ -751,7 +751,7 @@ void ProgramTab::sendProgram() {
|
|
m_programButton->setEnabled(false);
|
|
m_console->setPlainText("");
|
|
m_platform->upload(this,
|
|
- m_portComboBox->currentData().toString(),
|
|
+ m_portComboBox->currentText(),
|
|
m_boardComboBox->currentText(),
|
|
m_filename);
|
|
}
|