VERA version number fix 2.
This commit is contained in:
parent
bf348efe24
commit
51b2db864f
24 changed files with 24 additions and 24 deletions
|
|
@ -2595,7 +2595,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
|
||||
ImGui::Text(_("Chip revision:"));
|
||||
ImGui::Indent();
|
||||
if (ImGui::RadioButton(_("V 0.3.1"),chipType==0)) {
|
||||
if (ImGui::RadioButton(_("Initial release"),chipType==0)) {
|
||||
chipType=0;
|
||||
altered=true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue