GUI: rename Amiga/Sample to Sample

This commit is contained in:
tildearrow 2022-04-27 17:44:00 -05:00
parent c171f3255a
commit 9eaf600b4b
2 changed files with 3 additions and 3 deletions

View file

@ -2435,7 +2435,7 @@ void FurnaceGUI::drawInsEdit() {
P(ImGui::Checkbox("Absolute Duty Macro",&ins->c64.dutyIsAbs));
ImGui::EndTabItem();
}
if (ins->type==DIV_INS_AMIGA) if (ImGui::BeginTabItem("Amiga/Sample")) {
if (ins->type==DIV_INS_AMIGA) if (ImGui::BeginTabItem("Sample")) {
String sName;
if (ins->amiga.initSample<0 || ins->amiga.initSample>=e->song.sampleLen) {
sName="none selected";