From 7ce2139650012d4c571c7e7600924853ab7032bb Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 5 Aug 2019 22:25:52 +0200 Subject: Load thumbnails in separate thread --- src/QuickMedia.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/QuickMedia.cpp') diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index ed3ad77..3285eb9 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -370,7 +370,7 @@ namespace QuickMedia { sf::Text chapter_text(std::string("Page ") + std::to_string(image_index + 1) + "/" + std::to_string(num_images), font, 14); if(image_index == num_images) - chapter_text.setString("end"); + chapter_text.setString("End"); chapter_text.setFillColor(sf::Color::White); sf::RectangleShape chapter_text_background; chapter_text_background.setFillColor(sf::Color(0, 0, 0, 150)); -- cgit v1.2.3