mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
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:
parent
aa88e039cb
commit
a0b46d6812
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue