diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/sound_preferences_page.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/sound_preferences_page.cc b/src/wx/sound_preferences_page.cc index cf21474be..dd2130f59 100644 --- a/src/wx/sound_preferences_page.cc +++ b/src/wx/sound_preferences_page.cc @@ -194,7 +194,7 @@ SoundPage::config_changed() vector<NamedChannel> output; for (int i = 0; i < channels; ++i) { - output.push_back(NamedChannel(fmt::to_string(i), i)); + output.push_back(NamedChannel(fmt::to_string(i + 1), i)); } _map->set_output_channels(output); |
