aboutsummaryrefslogtreecommitdiff
path: root/plugins/MangaCombined.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/MangaCombined.hpp
parent575ccde5d1e896a279d58375704f4ace3f48bf6a (diff)
Fix 4chan codeblocks not visible, change titles and rearrange youtube tabs
Diffstat (limited to 'plugins/MangaCombined.hpp')
-rw-r--r--plugins/MangaCombined.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MangaCombined.hpp b/plugins/MangaCombined.hpp
index 56843c2..8d310f8 100644
--- a/plugins/MangaCombined.hpp
+++ b/plugins/MangaCombined.hpp
@@ -16,7 +16,7 @@ namespace QuickMedia {
class MangaCombinedSearchPage : public Page {
public:
MangaCombinedSearchPage(Program *program, std::vector<MangaPlugin> search_pages);
- 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 &str, int page, BodyItems &result_items) override;