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:
authorAntenore Gatta <antenore@simbiosi.org>2018-09-25 17:19:25 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-09-25 17:19:25 +0300
commitc5f63f502d30c9934c208bef937969c905678d73 (patch)
tree7872504e191394b7ecc02a821320e3d75ef1e2c8 /src/remmina_pref_dialog.h
parent4ca103daaa217c11e0ea8e5783b11e1c13ce9088 (diff)
Adding general option to disable screenshot clipboard
Diffstat (limited to 'src/remmina_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index f22c35090..102508c78 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -49,6 +49,7 @@ typedef struct _RemminaPrefDialog {
GtkNotebook *notebook_preferences;
GtkCheckButton *checkbutton_options_remember_last_view_mode;
+ GtkCheckButton *checkbutton_options_deny_screenshot_clipboard;
GtkCheckButton *checkbutton_options_save_settings;
GtkCheckButton *checkbutton_appearance_fullscreen_on_auto;
GtkCheckButton *checkbutton_appearance_show_tabs;