mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix record-safe column
This commit is contained in:
parent
4419992bb7
commit
f4984966c2
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ void
|
|||
RouteListBase::append_col_rec_safe ()
|
||||
{
|
||||
CellRendererPixbufMulti* cell;
|
||||
cell = append_cell (S_("Rec|R"), _("Record enabled"), _columns.rec_safe, _columns.is_track, sigc::mem_fun (*this, &RouteListBase::on_tv_rec_safe_toggled));
|
||||
cell = append_cell (S_("Rec|RS"), _("Record Safe"), _columns.rec_safe, _columns.is_track, sigc::mem_fun (*this, &RouteListBase::on_tv_rec_safe_toggled));
|
||||
cell->set_pixbuf (0, ::get_icon ("rec-safe-disabled"));
|
||||
cell->set_pixbuf (1, ::get_icon ("rec-safe-enabled"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue