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>2019-03-14 01:50:31 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-14 01:50:31 +0300
commitc07ec965ae7c2127947c283171db26f3c8bca592 (patch)
tree048d8b4a015f7d09a035bca6e1de342996dab784 /src/remmina_pref_dialog.h
parent9db2caec50dcb8004e78bcbef6ea82940950fc74 (diff)
General Options, added remmina data dir and UI refactoring
Diffstat (limited to 'src/remmina_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index 879834726..f56c73e22 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -48,14 +48,14 @@ typedef struct _RemminaPrefDialog {
GtkDialog *dialog;
GtkNotebook *notebook_preferences;
- GtkCheckButton *checkbutton_options_remember_last_view_mode;
- GtkCheckButton *checkbutton_options_deny_screenshot_clipboard;
+ GtkSwitch *switch_options_remember_last_view_mode;
+ GtkSwitch *switch_options_deny_screenshot_clipboard;
GtkCheckButton *checkbutton_options_save_settings;
GtkCheckButton *checkbutton_appearance_fullscreen_on_auto;
GtkCheckButton *checkbutton_appearance_show_tabs;
GtkCheckButton *checkbutton_appearance_hide_toolbar;
GtkCheckButton *checkbutton_appearance_hide_searchbar;
- GtkCheckButton *checkbutton_permit_send_stats;
+ GtkSwitch *switch_permit_send_stats;
GtkComboBox *comboboxtext_options_double_click;
GtkComboBox *comboboxtext_appearance_view_mode;
GtkComboBox *comboboxtext_appearance_tab_interface;