aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-05-09 08:22:03 +0200
committerGerd Hoffmann <kraxel@redhat.com>2014-05-09 08:22:03 +0200
commit47a8d12fbf98a03c4cd07c31b88a6786f4d35a77 (patch)
treef874ce3ab464a5f92cac500736e8adf172d7f92a /vconsole.c
parent7b000ed4bf48934c141c17eecbc68b865801976e (diff)
downloadvconsole-47a8d12fbf98a03c4cd07c31b88a6786f4d35a77.tar.gz
icon for run-with-gfx
Diffstat (limited to 'vconsole.c')
-rw-r--r--vconsole.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/vconsole.c b/vconsole.c
index 0300c7e..5cca880 100644
--- a/vconsole.c
+++ b/vconsole.c
@@ -527,7 +527,9 @@ static const GtkActionEntry entries[] = {
.callback = G_CALLBACK(menu_cb_vm_run),
},{
.name = "GuestRunGfx",
- .label = "Run and show grapics console",
+ .stock_id = "window-new",
+ .label = "Run with graphic console",
+ .tooltip = "Run guest and show graphic console",
.callback = G_CALLBACK(menu_cb_vm_run_gfx),
},{
.name = "GuestPause",