Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2019-11-02 16:48:23 +0300
committerAllan Nordhøy <epost@anotheragency.no>2019-11-02 16:48:23 +0300
commit70dd042d4b811f018ae67b2f320d9ba3f3f2ab84 (patch)
treedddaa045d1cb88d3b2bfc8f94dc9a7fcc257201a /plugins/www
parent3bbcee17b73870c8f2547722776abe6674649b87 (diff)
Spelling: spatial navigation, - a x2
Diffstat (limited to 'plugins/www')
-rw-r--r--plugins/www/www_plugin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/www/www_plugin.c b/plugins/www/www_plugin.c
index 6e047a1b8..7a369089b 100644
--- a/plugins/www/www_plugin.c
+++ b/plugins/www/www_plugin.c
@@ -811,7 +811,7 @@ static const RemminaProtocolSetting remmina_plugin_www_advanced_settings[] =
{ REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "user-agent", N_("User agent"), FALSE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-java", N_("Turn on Java support"), TRUE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-smooth-scrolling", N_("Turn on smooth scrolling"), TRUE, NULL, NULL },
- { REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-spatial-navigation", N_("Turn on Spatial Navigation"), TRUE, NULL, NULL },
+ { REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-spatial-navigation", N_("Turn on spatial navigation"), TRUE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-plugins", N_("Turn on plugin support"), TRUE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-webgl", N_("Turn on WebGL support"), TRUE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-webaudio", N_("Turn on HTML5 audio support"), TRUE, NULL, NULL },
@@ -848,8 +848,8 @@ static RemminaProtocolPlugin remmina_plugin =
remmina_plugin_www_open_connection, // Plugin open connection
remmina_plugin_www_close_connection, // Plugin close connection
remmina_www_query_feature, // Query for available features
- NULL, // Call a feature
- NULL, // Send a keystroke
+ NULL, // Call feature
+ NULL, // Send keystroke
remmina_plugin_www_get_snapshot // Capture screenshot
};