Ignore:
Timestamp:
Sep 30, 2023, 11:16:00 PM (23 months ago)
Author:
erdmann
Message:

pick up changes from trunk

Location:
branches/v2.9_Lars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/v2.9_Lars

  • branches/v2.9_Lars/classes/c/c_audio/cwmp3.c

    r74 r75  
    6464extern char classDLLPath[CCHMAXPATH];
    6565
    66 int iGenreLast=147;
     66int iGenreLast=191;
    6767char *genreList[]={
    6868        "Blues", "Classic Rock", "Country", "Dance", "Disco", "Funk",
     
    9191        "Christian Gangsta", "Heavy Metal", "Black Metal", "Crossover", "Contemporary C",
    9292        "Christian Rock", "Merengue", "Salsa", "Thrash Metal", "Anime", "JPop",
    93         "SynthPop",
     93        "SynthPop", "Christmas", "Art rock", "Baroque", "Bhangra", "Big beat", "Breakbeat",
     94        "Chillout", "Downtempo", "Dub", "EBM", "Eclectic", "Electro", "Electroclash", "Emo",
     95        "Experimental", "Garage", "Global", "IDM", "Illbient", "Industro-Goth", "Jam Band",
     96        "Krautrock", "Leftfield", "Lounge", "Math rock", "New romantic", "Nu-breakz", "Post-punk",
     97        "Post-rock", "Psytrance", "Shoegaze", "Space rock", "Trop rock", "World music", "Neoclassical",
     98        "Audiobook", "Audio theatre", "Neue Deutsche Welle", "Podcast", "Indie-rock", "G-Funk",
     99        "Dubstep", "Garage rock", "Psybient"
    94100};
    95101
     
    411417  //We have a major tab so we need a name
    412418  if(!getMessage(pageName, ID_ID3TAGSPAGENAME, sizeof(pageName),  queryResModuleHandle(), hwndNotebook))
    413     strcpy(pageName, "~ID3 Tags");
     419    strcpy(pageName, "~ID3 tag");
    414420  pageinfo.pszName = pageName;
    415421  //Insert the page into the settings notebook
Note: See TracChangeset for help on using the changeset viewer.