Ignore:
Timestamp:
Jul 13, 2017, 5:17:57 AM (8 years ago)
Author:
stevenhl
Message:

Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mediafolder/c/cdfldr/cdfolder.cpp

    r2 r4  
    11/*
    2  * This file is (C) Chris Wohlgemuth 2002
     2 * This file is (C) Chris Wohlgemuth 2002-2005
    33 *
    44 * It's part of the Media-Folder distribution
     
    7373          //        if(a==1)
    7474          //        WinMessageBox(HWND_DESKTOP,HWND_DESKTOP, chrSetup, "", 12324, MB_MOVEABLE);
    75           sprintf(chrTitle,"Track %d",a);
     75          sprintf(chrTitle,"Track %02d",a);
    7676          WinCreateObject("MMCDTrack", chrTitle, chrSetup, chrTarget, CO_REPLACEIFEXISTS);
    7777        }
Note: See TracChangeset for help on using the changeset viewer.