From: Mark Harmstone Subject: [PATCH 2/3] winecfg: add speaker config strings to resource file Message-Id: <54C6BF83.1000104@burntcomma.com> Date: Mon, 26 Jan 2015 22:28:19 +0000 --- programs/winecfg/resource.h | 6 ++++++ programs/winecfg/winecfg.rc | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/programs/winecfg/resource.h b/programs/winecfg/resource.h index fffc4da..3118fb6 100644 --- a/programs/winecfg/resource.h +++ b/programs/winecfg/resource.h @@ -149,6 +149,12 @@ #define IDS_AUDIO_TEST_FAILED 1309 #define IDS_AUDIO_TEST_FAILED_TITLE 1310 #define IDS_AUDIO_SYSDEFAULT 1311 +#define IDC_SPEAKERCONFIG_DEVICE 1312 +#define IDC_SPEAKERCONFIG_SPEAKERS 1313 +#define IDS_AUDIO_SPEAKER_5POINT1 1314 +#define IDS_AUDIO_SPEAKER_QUAD 1315 +#define IDS_AUDIO_SPEAKER_STEREO 1316 +#define IDS_AUDIO_SPEAKER_MONO 1317 /* desktop integration tab */ #define IDC_THEME_COLORCOMBO 1401 diff --git a/programs/winecfg/winecfg.rc b/programs/winecfg/winecfg.rc index 9f763a7..fb86120 100644 --- a/programs/winecfg/winecfg.rc +++ b/programs/winecfg/winecfg.rc @@ -85,6 +85,10 @@ BEGIN IDS_AUDIO_TEST_FAILED "Audio test failed!" IDS_AUDIO_TEST_FAILED_TITLE "Error" IDS_AUDIO_SYSDEFAULT "(System default)" + IDS_AUDIO_SPEAKER_5POINT1 "5.1 Surround" + IDS_AUDIO_SPEAKER_QUAD "Quadraphonic" + IDS_AUDIO_SPEAKER_STEREO "Stereo" + IDS_AUDIO_SPEAKER_MONO "Mono" END STRINGTABLE