Ignore:
Timestamp:
12/25/06 03:15:19 (17 years ago)
Author:
r2d
Message:
  • Added UI
  • Display tag & stream info (can't edit)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • winamp-musepack/trunk/winamp-musepack/in_mpc.cpp

    r190 r191  
    185185int infoDlg(char *fn, HWND hwnd)
    186186{
    187         // CHANGEME! Write your own info dialog code here
    188         return 0;
     187        mpc_player info_play(fn, &mod);
     188        return info_play.infoDlg(hwnd);
    189189}
    190190
Note: See TracChangeset for help on using the changeset viewer.