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-24 18:32:53 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-09-24 18:32:53 +0300
commitb61cf08eb7958cf3d14c4b69b89ad65899e4b168 (patch)
tree440757336686905da2261e97aa4f30ef5a315c3c /src/remmina_pref_dialog.h
parentd0f26c30f13b3b7d57723de1f9749274321a8bc3 (diff)
Screenshots custom file name
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 cc5f52905..f22c35090 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -64,6 +64,7 @@ typedef struct _RemminaPrefDialog {
GtkComboBox *comboboxtext_options_ssh_loglevel;
GtkComboBox *comboboxtext_appearance_fullscreen_toolbar_visibility;
GtkFileChooser *filechooserbutton_options_screenshots_path;
+ GtkEntry *entry_options_screenshot_name;
GtkCheckButton *checkbutton_options_ssh_parseconfig;
GtkEntry *entry_options_ssh_port;
GtkEntry *entry_options_ssh_tcp_keepidle;