Ignore:
Timestamp:
03/28/07 19:19:56 (17 years ago)
Author:
r2d
Message:
  • can now read file tags and display
  • doesn't work with accentuated file names (don't know why, taglib issue ?)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • winamp-musepack/trunk/resource.h

    r249 r250  
    66#define IDD_INFO_BOX                    101
    77#define IDC_STREAM_INFO                 1001
     8#define IDC_TITLE                       1002
     9#define IDC_ARTIST                      1003
     10#define IDC_GENRE                       1004
     11#define IDC_ALBUM                       1005
     12#define IDC_BUTTON1                     1006
     13#define IDC_CANCEL                      1006
     14#define IDC_YEAR                        1007
     15#define IDC_RELOAD                      1008
     16#define IDC_SAVE                        1009
     17#define IDC_TRACK                       1010
     18#define IDC_COMMENT                     1011
    819#define IDC_STATIC                      -1
    920
     
    1223#ifdef APSTUDIO_INVOKED
    1324#ifndef APSTUDIO_READONLY_SYMBOLS
    14 #define _APS_NEXT_RESOURCE_VALUE        101
     25#define _APS_NEXT_RESOURCE_VALUE        102
    1526#define _APS_NEXT_COMMAND_VALUE         40001
    16 #define _APS_NEXT_CONTROL_VALUE         1002
     27#define _APS_NEXT_CONTROL_VALUE         1007
    1728#define _APS_NEXT_SYMED_VALUE           101
    1829#endif
Note: See TracChangeset for help on using the changeset viewer.