mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
change visible name of disk i/o processors
This commit is contained in:
parent
10690bc675
commit
9cc7184159
2 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ DiskReader::default_chunk_frames()
|
|||
bool
|
||||
DiskReader::set_name (string const & str)
|
||||
{
|
||||
string my_name = X_("reader:");
|
||||
string my_name = X_("playback:");
|
||||
my_name += str;
|
||||
|
||||
if (_name != my_name) {
|
||||
|
|
|
|||
|
|
@ -1479,7 +1479,7 @@ DiskWriter::realtime_handle_transport_stopped ()
|
|||
bool
|
||||
DiskWriter::set_name (string const & str)
|
||||
{
|
||||
string my_name = X_("writer:");
|
||||
string my_name = X_("recorder:");
|
||||
my_name += str;
|
||||
|
||||
if (_name != my_name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue