Changeset 10264 for trunk/include


Ignore:
Timestamp:
Oct 6, 2003, 12:00:33 PM (22 years ago)
Author:
sandervl
Message:

PF: Wrong class names (case) for Static, Scroller, Button.

Location:
trunk/include/win
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/button.h

    r1725 r10264  
    1 /* $Id: button.h,v 1.6 1999-11-13 17:40:00 cbratschi Exp $ */
     1/* $Id: button.h,v 1.7 2003-10-06 10:00:33 sandervl Exp $ */
    22
    33/*
     
    1313#include "wingdi.h"
    1414
    15 #define BUTTONCLASSNAME "BUTTON"
     15#define BUTTONCLASSNAME "Button"
    1616
    1717  /* Extra info for BUTTON windows */
  • trunk/include/win/scroll.h

    r2386 r10264  
    1 /* $Id: scroll.h,v 1.7 2000-01-09 16:51:27 sandervl Exp $ */
     1/* $Id: scroll.h,v 1.8 2003-10-06 10:00:33 sandervl Exp $ */
    22
    33/*
     
    1212#define __WINE_SCROLL_H
    1313
    14 #define SCROLLBARCLASSNAME "SCROLLBAR"
     14#define SCROLLBARCLASSNAME "ScrollBar"
    1515
    1616typedef struct
  • trunk/include/win/static.h

    r375 r10264  
    1 /* $Id: static.h,v 1.3 1999-07-23 17:55:27 sandervl Exp $ */
     1/* $Id: static.h,v 1.4 2003-10-06 10:00:33 sandervl Exp $ */
    22
    33/*
     
    88 */
    99
    10 #define STATICCLASSNAME "STATIC"
     10#define STATICCLASSNAME "Static"
    1111
    1212#ifndef __WINE_STATIC_H
Note: See TracChangeset for help on using the changeset viewer.