Mercurial > minori
diff src/gui/pages/seasons.cc @ 279:657fda1b9cac
*: clean up enums
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Fri, 19 Apr 2024 13:24:06 -0400 |
parents | 96416310ea14 |
children | 9a88e1725fd2 |
line wrap: on
line diff
--- a/src/gui/pages/seasons.cc Thu Apr 18 17:24:42 2024 -0400 +++ b/src/gui/pages/seasons.cc Fri Apr 19 13:24:06 2024 -0400 @@ -178,5 +178,5 @@ } /* Do NOT move this up in this function, buttons HAS to be initialized */ - SetSeason(Anime::SeriesSeason::SUMMER, 2011); + SetSeason(Anime::SeriesSeason::Summer, 2011); }