mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
common spelling of infinity (lowercase as libc's printf)
This commit is contained in:
parent
4fa8b87083
commit
6ff66a4081
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ GainMeterBase::reset_peak_display ()
|
|||
_meter->reset_max();
|
||||
level_meter->clear_meters();
|
||||
max_peak = -INFINITY;
|
||||
peak_display.set_label (_("-Inf"));
|
||||
peak_display.set_label (_("-inf"));
|
||||
peak_display.set_name ("MixerStripPeakDisplay");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue