Changeset 72 for trunk/classes/c/c_audio/cwmp3.c
- Timestamp:
- Sep 29, 2023, 11:16:20 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/c/c_audio/cwmp3.c
r2 r72 56 56 extern char classDLLPath[CCHMAXPATH]; 57 57 58 int iGenreLast=1 47;58 int iGenreLast=191; 59 59 char *genreList[]={ 60 60 "Blues", "Classic Rock", "Country", "Dance", "Disco", "Funk", … … 83 83 "Christian Gangsta", "Heavy Metal", "Black Metal", "Crossover", "Contemporary C", 84 84 "Christian Rock", "Merengue", "Salsa", "Thrash Metal", "Anime", "JPop", 85 "SynthPop", 85 "SynthPop", "Christmas", "Art rock", "Baroque", "Bhangra", "Big beat", "Breakbeat", 86 "Chillout", "Downtempo", "Dub", "EBM", "Eclectic", "Electro", "Electroclash", "Emo", 87 "Experimental", "Garage", "Global", "IDM", "Illbient", "Industro-Goth", "Jam Band", 88 "Krautrock", "Leftfield", "Lounge", "Math rock", "New romantic", "Nu-breakz", "Post-punk", 89 "Post-rock", "Psytrance", "Shoegaze", "Space rock", "Trop rock", "World music", "Neoclassical", 90 "Audiobook", "Audio theatre", "Neue Deutsche Welle", "Podcast", "Indie-rock", "G-Funk", 91 "Dubstep", "Garage rock", "Psybient" 86 92 }; 87 93 … … 403 409 //We have a major tab so we need a name 404 410 if(!getMessage(pageName, ID_ID3TAGSPAGENAME, sizeof(pageName), queryResModuleHandle(), hwndNotebook)) 405 strcpy(pageName, "~ID3 Tags");411 strcpy(pageName, "~ID3 tag"); 406 412 pageinfo.pszName = pageName; 407 413 //Insert the page into the settings notebook
Note:
See TracChangeset
for help on using the changeset viewer.