From c73ff02012295ae3b2e7c5fe2234b554b2693028 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 6 Nov 2022 21:35:36 +0100 Subject: [PATCH] Updated the file header comments for CarouselComponent and TextListComponent. --- es-core/src/components/primary/CarouselComponent.h | 2 +- es-core/src/components/primary/TextListComponent.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/es-core/src/components/primary/CarouselComponent.h b/es-core/src/components/primary/CarouselComponent.h index 2acc06723..d88ce0484 100644 --- a/es-core/src/components/primary/CarouselComponent.h +++ b/es-core/src/components/primary/CarouselComponent.h @@ -3,7 +3,7 @@ // EmulationStation Desktop Edition // CarouselComponent.h // -// Carousel. +// Carousel, usable in both the system and gamelist views. // #ifndef ES_CORE_COMPONENTS_CAROUSEL_COMPONENT_H diff --git a/es-core/src/components/primary/TextListComponent.h b/es-core/src/components/primary/TextListComponent.h index 42cfa8378..a658d1ed2 100644 --- a/es-core/src/components/primary/TextListComponent.h +++ b/es-core/src/components/primary/TextListComponent.h @@ -3,7 +3,7 @@ // EmulationStation Desktop Edition // TextListComponent.h // -// Text list used for displaying and navigating the gamelist views. +// Text list, usable in both the system and gamelist views. // #ifndef ES_CORE_COMPONENTS_TEXT_LIST_COMPONENT_H