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:
Diffstat (limited to 'remmina-plugins')
-rw-r--r--remmina-plugins/exec/exec_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/remmina-plugins/exec/exec_plugin.c b/remmina-plugins/exec/exec_plugin.c
index 85eeb2d4f..9709eb5cf 100644
--- a/remmina-plugins/exec/exec_plugin.c
+++ b/remmina-plugins/exec/exec_plugin.c
@@ -123,8 +123,8 @@ static gboolean remmina_plugin_exec_run(RemminaProtocolWidget *gp)
}else {
sync_warning =
_("WARNING! Executing a command synchronously, may hung Remmina.\r"
- "Do you really want to continue?");
- dialog = GTK_DIALOG(gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL | GTK_DIALOG_USE_HEADER_BAR,
+ "Do you really want to continue?");
+ dialog = GTK_DIALOG(gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL,
GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, sync_warning));
gint result = gtk_dialog_run (GTK_DIALOG (dialog));