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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps/mplayerc/SettingsDefines.h')
-rw-r--r--src/apps/mplayerc/SettingsDefines.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/apps/mplayerc/SettingsDefines.h b/src/apps/mplayerc/SettingsDefines.h
index 40dac55d7..462107318 100644
--- a/src/apps/mplayerc/SettingsDefines.h
+++ b/src/apps/mplayerc/SettingsDefines.h
@@ -219,6 +219,13 @@
#define IDS_RS_BDA_NETWORKPROVIDER _T("BDANetworkProvider")
#define IDS_RS_BDA_TUNER _T("BDATuner")
#define IDS_RS_BDA_RECEIVER _T("BDAReceiver")
+#define IDS_RS_BDA_STANDARD _T("BDAStandard")
+#define IDS_RS_BDA_SCAN_FREQ_START _T("BDAScanFreqStart")
+#define IDS_RS_BDA_SCAN_FREQ_END _T("BDAScanFreqEnd")
+#define IDS_RS_BDA_BANDWIDTH _T("BDABandWidth")
+#define IDS_RS_BDA_USE_OFFSET _T("BDAUseOffset")
+#define IDS_RS_BDA_OFFSET _T("BDAOffset")
+#define IDS_RS_BDA_IGNORE_ENCRYPTED_CHANNELS _T("BDAIgnoreEncryptedChannels")
#define IDS_RS_DVB_LAST_CHANNEL _T("LastChannel")
#define IDS_D3D9RENDERDEVICE _T("D3D9RenderDevice")