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

gitlab.com/Remmina/remmina-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-09-07 02:06:15 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-09-07 02:06:15 +0300
commitee36cd7eae226934c42e950eb69c599e62d07d80 (patch)
tree87bb698b68e320c705b9c2c3d266fee1a29a6e2e
parentaa3ee84746572ffdfe60935acc01c5b8d1961565 (diff)
Adding setting tooltip in the remmina profile editor
-rw-r--r--nx_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx_plugin.c b/nx_plugin.c
index 4bb3eab..68c9973 100644
--- a/nx_plugin.c
+++ b/nx_plugin.c
@@ -689,7 +689,7 @@ static gpointer quality_list[] =
* c) Setting description
* d) Compact disposition
* e) Values for REMMINA_PROTOCOL_SETTING_TYPE_SELECT or REMMINA_PROTOCOL_SETTING_TYPE_COMBO
- * f) Unused pointer
+ * f) Setting Tooltip
*/
static const RemminaProtocolSetting remmina_plugin_nx_basic_settings[] =
{
@@ -710,7 +710,7 @@ static const RemminaProtocolSetting remmina_plugin_nx_basic_settings[] =
* c) Setting description
* d) Compact disposition
* e) Values for REMMINA_PROTOCOL_SETTING_TYPE_SELECT or REMMINA_PROTOCOL_SETTING_TYPE_COMBO
- * f) Unused pointer
+ * f) Setting Tooltip
*/
static const RemminaProtocolSetting remmina_plugin_nx_advanced_settings[] =
{