LABEL: Add a label edit dialog, much like FrequencyDialog, works not bad

This commit is contained in:
vsonnier
2016-06-11 10:08:12 +02:00
parent 00e241a784
commit d7d9fc8c32
9 changed files with 148 additions and 6 deletions
-1
View File
@@ -1691,7 +1691,6 @@ bool AppFrame::loadSession(std::string fileName) {
}
//read the user label associated with the demodulator
//manage other languages than English if you please...
std::string user_label = "";
DataNode *demodUserLabel = demod->hasAnother("user_label") ? demod->getNext("user_label") : nullptr;