diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-03-22 00:06:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 00:06:16 +1100 |
commit | 2da565f5d486af6100d4b4584171c78c09a50b07 (patch) | |
tree | 61278a9f07e90844c2607ed8c869b85decb86ad6 /launcher/ui/pages/global/APIPage.h | |
parent | 9c22af96852903ef3f5890e570f9c636a3302abd (diff) | |
parent | 75d0078a38e994cefc72507c8fb69af58f63f921 (diff) | |
download | PrismLauncher-2da565f5d486af6100d4b4584171c78c09a50b07.tar.gz PrismLauncher-2da565f5d486af6100d4b4584171c78c09a50b07.tar.bz2 PrismLauncher-2da565f5d486af6100d4b4584171c78c09a50b07.zip |
Merge pull request #323 from Scrumplex/retranslate-pages
Retranslate all settings pages
Diffstat (limited to 'launcher/ui/pages/global/APIPage.h')
-rw-r--r-- | launcher/ui/pages/global/APIPage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/ui/pages/global/APIPage.h b/launcher/ui/pages/global/APIPage.h index d9a84753..20356009 100644 --- a/launcher/ui/pages/global/APIPage.h +++ b/launcher/ui/pages/global/APIPage.h @@ -2,6 +2,7 @@ /* * PolyMC - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> + * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -69,6 +70,7 @@ public: return "APIs"; } virtual bool apply() override; + void retranslate() override; private: void loadSettings(); |