[svn] / trunk / xvidcore / vfw / src / config.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/vfw/src/config.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1932, Thu Dec 30 11:47:06 2010 UTC revision 1933, Thu Dec 30 22:08:02 2010 UTC
# Line 19  Line 19 
19   *      along with this program; if not, write to the Free Software   *      along with this program; if not, write to the Free Software
20   *      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.   *      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21   *   *
22   * $Id: config.c,v 1.45 2010-12-27 16:11:05 Isibaar Exp $   * $Id: config.c,v 1.46 2010-12-30 22:08:02 Isibaar Exp $
23   *   *
24   *************************************************************************/   *************************************************************************/
25    
# Line 2010  Line 2010 
2010                  SendDlgItemMessage(hDlg, IDC_MODE, CB_ADDSTRING, 0, (LPARAM)"Null test speed");                  SendDlgItemMessage(hDlg, IDC_MODE, CB_ADDSTRING, 0, (LPARAM)"Null test speed");
2011  #endif  #endif
2012    
2013                  for (i=0; i<quality_table_num; i++)                  for (i=0; i<(unsigned int)quality_table_num; i++)
2014                          SendDlgItemMessage(hDlg, IDC_QUALITY, CB_ADDSTRING, 0, (LPARAM)quality_table[i].name);                          SendDlgItemMessage(hDlg, IDC_QUALITY, CB_ADDSTRING, 0, (LPARAM)quality_table[i].name);
2015      SendDlgItemMessage(hDlg, IDC_QUALITY, CB_ADDSTRING, 0, (LPARAM)QUALITY_USER_STRING);      SendDlgItemMessage(hDlg, IDC_QUALITY, CB_ADDSTRING, 0, (LPARAM)QUALITY_USER_STRING);
2016    

Legend:
Removed from v.1932  
changed lines
  Added in v.1933

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4