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
path: root/src/rcw.c
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-01-24 10:58:35 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-01-24 10:58:35 +0300
commit2de939c55e3510d1a61f3b6c0c54cff66e73cce3 (patch)
treed400fd875e030d2d933ba67a94946bb061233100 /src/rcw.c
parent00cc2081983b67d5d47ebf7b55815d02678b3d08 (diff)
Removing not used string parameter
Diffstat (limited to 'src/rcw.c')
-rw-r--r--src/rcw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcw.c b/src/rcw.c
index 05b2f0728..0c3e591b0 100644
--- a/src/rcw.c
+++ b/src/rcw.c
@@ -662,7 +662,7 @@ gboolean rcw_delete(RemminaConnectionWindow *cnnwin)
else {
dialog = gtk_message_dialog_new(GTK_WINDOW(cnnwin), GTK_DIALOG_MODAL, GTK_MESSAGE_QUESTION,
GTK_BUTTONS_YES_NO,
- _("Are you sure you want to close this last active connection?"), n);
+ _("Are you sure you want to close this last active connection?"));
i = gtk_dialog_run(GTK_DIALOG(dialog));
gtk_widget_destroy(dialog);
if (i != GTK_RESPONSE_YES)