mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Indicate UTF8 literals - fixes glyph rendering with MSVC (2/2)
This commit is contained in:
parent
2c7f8eeb97
commit
c44b40afd7
17 changed files with 52 additions and 53 deletions
|
|
@ -366,7 +366,7 @@ SoundFileBox::setup_labels (const string& filename)
|
|||
case 1: {
|
||||
Evoral::SMF::Tempo* t = smf.nth_tempo (0);
|
||||
assert (t);
|
||||
tempomap_value.set_text (string_compose (_("%1/%2 \u2669 = %3"),
|
||||
tempomap_value.set_text (string_compose (_(u8"%1/%2 \u2669 = %3"),
|
||||
t->numerator,
|
||||
t->denominator,
|
||||
t->tempo ()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue