mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Fixed band plan name not appearing correctly
This commit is contained in:
parent
bf6210721d
commit
7190acfe9e
@ -732,8 +732,8 @@ void drawWindow() {
|
|||||||
config::configModified = true;
|
config::configModified = true;
|
||||||
}
|
}
|
||||||
bandplan::BandPlan_t plan = bandplan::bandplans[bandplan::bandplanNames[bandplanId.val]];
|
bandplan::BandPlan_t plan = bandplan::bandplans[bandplan::bandplanNames[bandplanId.val]];
|
||||||
ImGui::Text("Country: %s (%s)", plan.countryName, plan.countryCode);
|
ImGui::Text("Country: %s (%s)", plan.countryName.c_str(), plan.countryCode.c_str());
|
||||||
ImGui::Text("Author: %s", plan.authorName);
|
ImGui::Text("Author: %s", plan.authorName.c_str());
|
||||||
ImGui::Spacing();
|
ImGui::Spacing();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user