mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Transport Masters dialog: use delta symbol in all delta_strings (libardour tweak)
This commit is contained in:
parent
7581ec5ac5
commit
80abcc8b2d
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ Engine_TransportMaster::position_string () const
|
|||
std::string
|
||||
Engine_TransportMaster::delta_string () const
|
||||
{
|
||||
return string ("0");
|
||||
return string ("\u0394 0");
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue