[xiph-cvs] cvs commit: win32-tools/oggdrop main.c
Chris Wolf
cwolf at xiph.org
Sat Jan 5 11:19:42 PST 2002
cwolf 02/01/05 11:19:42
Modified: oggdrop main.c
Log:
fix poping out of bitrate mode bug.
Revision Changes Path
1.11 +5 -3 win32-tools/oggdrop/main.c
Index: main.c
===================================================================
RCS file: /usr/local/cvsroot/win32-tools/oggdrop/main.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- main.c 2002/01/05 18:55:27 1.10
+++ main.c 2002/01/05 19:19:42 1.11
@@ -560,9 +560,7 @@
break;
case IDC_EDIT1:
- (void) CheckRadioButton(hwndDlg, IDC_USEQUALITY,
- IDC_USEBITRATE,
- IDC_USEQUALITY);
+
switch (HIWORD(wParam))
{
@@ -595,6 +593,10 @@
SendDlgItemMessage(hwndDlg, IDC_EDIT1, EM_SETSEL,
(WPARAM)0, (LPARAM)-1);
}
+
+ (void) CheckRadioButton(hwndDlg, IDC_USEQUALITY,
+ IDC_USEBITRATE,
+ IDC_USEQUALITY);
}
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list