From e64d5e3e9e0d31df3c960521f72c24aa54a947ec Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 3 Oct 2006 01:04:23 +0000 Subject: [PATCH] fix label on instantaneous bitrate button --- src/plugin_winamp2/resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin_winamp2/resource.rc b/src/plugin_winamp2/resource.rc index a04e9eba..4689e3ed 100644 --- a/src/plugin_winamp2/resource.rc +++ b/src/plugin_winamp2/resource.rc @@ -146,7 +146,7 @@ BEGIN CONTROL "Reserve space for &FLAC tags",IDC_RESERVE,"Button", BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,8,76,125,10 GROUPBOX " Miscellaneous ",IDC_STATIC,2,96,220,72 - CONTROL "&Show average bitrate while playing",IDC_BPS,"Button", + CONTROL "&Show instantaneous bitrate while playing",IDC_BPS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,108,125,10 CONTROL "Stop on &all errors",IDC_ERRORS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,120,69,10