aboutsummaryrefslogtreecommitdiff
path: root/plugins/MangaGeneric.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-30 06:47:19 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-30 06:47:19 +0200
commit3563f867798a35491793f1c27c9840769367ebb6 (patch)
treebde7015de07ffa1b0d3ff8e164e5fba87e1b5171 /plugins/MangaGeneric.hpp
parent575ccde5d1e896a279d58375704f4ace3f48bf6a (diff)
Fix 4chan codeblocks not visible, change titles and rearrange youtube tabs
Diffstat (limited to 'plugins/MangaGeneric.hpp')
-rw-r--r--plugins/MangaGeneric.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MangaGeneric.hpp b/plugins/MangaGeneric.hpp
index 2dca919..e313c97 100644
--- a/plugins/MangaGeneric.hpp
+++ b/plugins/MangaGeneric.hpp
@@ -95,7 +95,7 @@ namespace QuickMedia {
class MangaGenericSearchPage : public Page {
public:
MangaGenericSearchPage(Program *program, const char *service_name, const char *website_url, bool fail_on_http_error = true);
- const char* get_title() const override { return "All"; }
+ const char* get_title() const override { return "Search"; }
bool search_is_filter() override { return false; }
SearchResult search(const std::string &str, BodyItems &result_items) override;
PluginResult get_page(const std::string &url, BodyItems &result_items);