mirror of
https://github.com/alexkay/spek.git
synced 2025-04-15 08:10:33 +03:00
Fix stream description for translated strings
This commit is contained in:
parent
499e58ea93
commit
2d5d8059c8
@ -277,7 +277,7 @@ std::string spek_pipeline_desc(const struct spek_pipeline *pipeline)
|
||||
// TRANSLATORS: first %d is the stream number, second %d is the
|
||||
// total number of streams, %s is the stream description.
|
||||
_("Stream %d / %d: %s"),
|
||||
pipeline->stream + 1, pipeline->file->get_streams(), desc.c_str()
|
||||
pipeline->stream + 1, pipeline->file->get_streams(), wxString::FromUTF8(desc.c_str())
|
||||
).utf8_str()
|
||||
);
|
||||
} else if (!error_string.empty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user