Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2015-06-17 09:13:58 +0300
committerAlex Marsev <alex.marsev@gmail.com>2015-06-17 09:13:58 +0300
commitb1324a314e828efc8603d87fe062d05b47e3d8ca (patch)
treebe1e719cdbfc7878ad4a12a4effe15db803ef33a /src
parentf1d43c99d94d8cfc44b62e67074740eb974d0aca (diff)
Update "Slaving" property field
Diffstat (limited to 'src')
-rw-r--r--src/MyPropertyPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MyPropertyPage.cpp b/src/MyPropertyPage.cpp
index 9a274ad..c15d09e 100644
--- a/src/MyPropertyPage.cpp
+++ b/src/MyPropertyPage.cpp
@@ -138,7 +138,7 @@ namespace SaneAudioRenderer
std::wstring bitstreamingField = (inputFormat ? (bitstreaming ? L"Yes" : L"No") : L"-");
- std::wstring slavingField = live ? L"Data Rate" : externalClock ? L"Graph Clock" : L"No";
+ std::wstring slavingField = live ? L"Live Source" : externalClock ? L"Graph Clock" : L"Audio Device";
std::wstring channelsInputField = (inputFormat && !bitstreaming) ? std::to_wstring(inputFormat->nChannels) +
L" (" + GetHexString(DspMatrix::GetChannelMask(*inputFormat)) + L")" : L"-";