Changeset 4 for trunk/mediafolder/c/cdfldr/cdfolder.cpp
- Timestamp:
- Jul 13, 2017, 5:17:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mediafolder/c/cdfldr/cdfolder.cpp
r2 r4 1 1 /* 2 * This file is (C) Chris Wohlgemuth 2002 2 * This file is (C) Chris Wohlgemuth 2002-2005 3 3 * 4 4 * It's part of the Media-Folder distribution … … 73 73 // if(a==1) 74 74 // WinMessageBox(HWND_DESKTOP,HWND_DESKTOP, chrSetup, "", 12324, MB_MOVEABLE); 75 sprintf(chrTitle,"Track % d",a);75 sprintf(chrTitle,"Track %02d",a); 76 76 WinCreateObject("MMCDTrack", chrTitle, chrSetup, chrTarget, CO_REPLACEIFEXISTS); 77 77 }
Note:
See TracChangeset
for help on using the changeset viewer.