Store MSG with spaces surrounding cmd

This commit is contained in:
Jordan Sherer 2019-02-09 11:37:21 -05:00
parent a95bc26e3e
commit 0664704eaf

View File

@ -1440,7 +1440,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
} }
CommandDetail d = {}; CommandDetail d = {};
d.cmd = " MSG"; d.cmd = " MSG ";
d.to = selectedCall; d.to = selectedCall;
d.from = m_config.my_callsign(); d.from = m_config.my_callsign();
d.relayPath = d.from; d.relayPath = d.from;