Ignore:
Timestamp:
Jan 9, 2000, 8:23:09 PM (26 years ago)
Author:
phaller
Message:

Fix: OIC_WINEICON -> OIC_ODINICON

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shell32_main.cpp

    r1916 r2393  
    1 /* $Id: shell32_main.cpp,v 1.6 1999-12-01 10:48:58 sandervl Exp $ */
     1/* $Id: shell32_main.cpp,v 1.7 2000-01-09 19:23:09 phaller Exp $ */
    22
    33/*
     
    714714    info.szOtherStuff = szOtherStuff;
    715715    info.hIcon        = hIcon;
    716     if (!hIcon) info.hIcon = LoadIconA( 0, (LPCSTR)OIC_WINEICON );
     716    if (!hIcon) info.hIcon = LoadIconA( 0, (LPCSTR)OIC_ODINICON );
    717717    return DialogBoxIndirectParamA( GetWindowLongA( hWnd, GWL_HINSTANCE ),
    718718                                    (DLGTEMPLATE*)dlgTemplate , hWnd, AboutDlgProc, (LPARAM)&info );
     
    740740    info.szOtherStuff = HEAP_strdupWtoA( GetProcessHeap(), 0, szOtherStuff );
    741741    info.hIcon        = hIcon;
    742     if (!hIcon) info.hIcon = LoadIconA( 0, (LPCSTR)OIC_WINEICON );
     742    if (!hIcon) info.hIcon = LoadIconA( 0, (LPCSTR)OIC_ODINICON );
    743743    ret = DialogBoxIndirectParamA( GetWindowLongA( hWnd, GWL_HINSTANCE ),
    744744                                   (DLGTEMPLATE*)dlgTemplate, hWnd, AboutDlgProc, (LPARAM)&info );
Note: See TracChangeset for help on using the changeset viewer.