aboutsummaryrefslogtreecommitdiff
path: root/gui/options.h
diff options
context:
space:
mode:
authorThierry Crozat2019-07-30 21:42:09 +0100
committerThierry Crozat2019-07-30 21:43:08 +0100
commit3e13bba28f123e8f713fa7e08f37605b9b879b5e (patch)
treedc4774f75017a3ed62b57fe7e0159f53475685a7 /gui/options.h
parent74882eee54ca8cf8410e38c422b80b7daee57740 (diff)
downloadscummvm-rg350-3e13bba28f123e8f713fa7e08f37605b9b879b5e.tar.gz
scummvm-rg350-3e13bba28f123e8f713fa7e08f37605b9b879b5e.tar.bz2
scummvm-rg350-3e13bba28f123e8f713fa7e08f37605b9b879b5e.zip
GUI: Fix translation context for Cloud and LAN tabs
Diffstat (limited to 'gui/options.h')
-rw-r--r--gui/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/options.h b/gui/options.h
index 10ff62d81c..04b5a5678c 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -324,7 +324,7 @@ protected:
StaticTextWidget *_storageWizardConnectionStatusHint;
bool _redrawCloudTab;
- void addCloudControls(GuiObject *boss, const Common::String &prefix, const char *context = nullptr);
+ void addCloudControls(GuiObject *boss, const Common::String &prefix, bool lowres);
void setupCloudTab();
void shiftWidget(Widget *widget, const char *widgetName, int32 xOffset, int32 yOffset);
@@ -349,7 +349,7 @@ protected:
StaticTextWidget *_featureDescriptionLine2;
bool _serverWasRunning;
- void addNetworkControls(GuiObject *boss, const Common::String &prefix, const char *context = nullptr);
+ void addNetworkControls(GuiObject *boss, const Common::String &prefix, bool lowres);
void reflowNetworkTabLayout();
#endif // USE_SDL_NET