[Spice-commits] src/spicy.c
Pavel Grunt
pgrunt at kemper.freedesktop.org
Fri Jun 3 10:39:38 UTC 2016
src/spicy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 08ab6d47c6fcb1ddd38ab48c7327c7a63a7c1177
Author: Pavel Grunt <pgrunt at redhat.com>
Date: Thu Jun 2 15:49:05 2016 +0200
spicy: Do not show underscore in label
Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
diff --git a/src/spicy.c b/src/spicy.c
index 8fc6845..ea4d4e0 100644
--- a/src/spicy.c
+++ b/src/spicy.c
@@ -1518,7 +1518,7 @@ transfer_task_widgets_new(SpiceFileTransferTask *task)
widgets->vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
widgets->hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 6);
- widgets->cancel = gtk_button_new_with_label("_Cancel");
+ widgets->cancel = gtk_button_new_with_label("Cancel");
widgets->progress = gtk_progress_bar_new();
widgets->label = gtk_label_new(spice_file_transfer_task_get_filename(task));
More information about the Spice-commits
mailing list