Ignore:
Timestamp:
Feb 20, 2000, 7:29:58 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/trackbar.c

    r2814 r2835  
    1 /* $Id: trackbar.c,v 1.25 2000-02-17 17:26:50 cbratschi Exp $ */
     1/* $Id: trackbar.c,v 1.26 2000-02-20 18:29:57 cbratschi Exp $ */
    22/*
    33 * Trackbar control
     
    17371737      ti.hwnd     = hwnd;
    17381738      ti.uId      = 0;
    1739       ti.lpszText = ""; /* LPSTR_TEXTCALLBACK */
     1739      ti.lpszText = "";
    17401740      SetRectEmpty(&ti.rect);
    17411741
     
    18831883           ti.uId      = 0;
    18841884           ti.hwnd     = (UINT)hwnd;
    1885            ti.hinst = 0;
     1885           ti.hinst    = 0;
    18861886           sprintf (buf,"%d",infoPtr->nPos);
    18871887           ti.lpszText = (LPSTR)buf;
Note: See TracChangeset for help on using the changeset viewer.