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-06-06 01:25:11 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-06-06 01:25:11 +0300
commit4dc3f8f1d3115da74c5513a0df7b09b1738b3da4 (patch)
treeb47bf369e8ca631993b3cf5baa662d0434e52364 /src/remmina_pref_dialog.h
parent6331df869887094d8f2ed5314a96077bffdbaa41 (diff)
Icons colour chooser dialog
Diffstat (limited to 'src/remmina_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index 911638719..3ba30e49b 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -97,6 +97,8 @@ typedef struct _RemminaPrefDialog {
GtkFontButton *fontbutton_terminal_font;
GtkCheckButton *checkbutton_terminal_bold;
GtkCheckButton *checkbutton_terminal_system_colors;
+ GtkLabel *label_icons_colour;
+ GtkColorButton *colorbutton_icons;
GtkLabel *label_terminal_foreground;
GtkColorButton *colorbutton_foreground;
GtkLabel *label_terminal_background;