aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-08-05 22:25:52 +0200
committerdec05eba <dec05eba@protonmail.com>2019-08-05 22:25:55 +0200
commit7ce2139650012d4c571c7e7600924853ab7032bb (patch)
tree0416c35ebc00f2c0ee8c255cc7bc602ae3c47dd3 /src/QuickMedia.cpp
parentc8cf957773260fb3af7cc013e2002db6bf982054 (diff)
Load thumbnails in separate thread
Diffstat (limited to 'src/QuickMedia.cpp')
-rw-r--r--src/QuickMedia.cpp2
1 files changed, 1 insertions, 1 deletions
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));