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-04 13:36:26 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-06-04 13:36:26 +0300
commitd3ae600b4258628864468af3d1c43022bf309ef1 (patch)
treea0b9e2a1beb48dffc729af0cd323abd7d1a0aca2 /src/remmina_chat_window.c
parenta1a7900c648faaa82a8755d1c4f280b1e7b5dbbc (diff)
Updated icon name for acctions
Diffstat (limited to 'src/remmina_chat_window.c')
-rw-r--r--src/remmina_chat_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_chat_window.c b/src/remmina_chat_window.c
index 212929603..dd869f1ff 100644
--- a/src/remmina_chat_window.c
+++ b/src/remmina_chat_window.c
@@ -224,7 +224,7 @@ remmina_chat_window_new(GtkWindow* parent, const gchar* chat_with)
window->send_text = widget;
/* Send button */
- image = gtk_image_new_from_icon_name("document-send", GTK_ICON_SIZE_BUTTON);
+ image = gtk_image_new_from_icon_name("remmina-document-send", GTK_ICON_SIZE_BUTTON);
gtk_widget_show(image);
widget = gtk_button_new_with_mnemonic(_("_Send"));