Sync to Wine:

date: 2005/02/25 14:07:56
Jon Griffiths <jon_p_griffiths@yahoo.com>
Documentation spelling fixes.

svn path=/trunk/; revision=15214
This commit is contained in:
Martin Fuchs 2005-05-11 14:49:24 +00:00
parent aa88e039cb
commit a0b46d6812

View file

@ -2205,7 +2205,7 @@ static void init_output(HWND hwnd)
static void draw_item(Pane* pane, LPDRAWITEMSTRUCT dis, Entry* entry, int calcWidthCol);
/* calculate prefered width for all visible columns */
/* calculate preferred width for all visible columns */
static BOOL calc_widths(Pane* pane, BOOL anyway)
{
@ -2292,7 +2292,7 @@ static BOOL calc_widths(Pane* pane, BOOL anyway)
}
/* calculate one prefered column width */
/* calculate one preferred column width */
static void calc_single_width(Pane* pane, int col)
{
@ -3396,7 +3396,7 @@ static BOOL pane_command(Pane* pane, UINT cmd)
break;
#ifndef _NO_EXTENSIONS
case ID_PREFERED_SIZES: {
case ID_PREFERRED_SIZES: {
calc_widths(pane, TRUE);
set_header(pane);
InvalidateRect(pane->hwnd, 0, TRUE);