diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-09 08:22:03 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-09 08:22:03 +0200 |
commit | 47a8d12fbf98a03c4cd07c31b88a6786f4d35a77 (patch) | |
tree | f874ce3ab464a5f92cac500736e8adf172d7f92a /vconsole.c | |
parent | 7b000ed4bf48934c141c17eecbc68b865801976e (diff) | |
download | vconsole-47a8d12fbf98a03c4cd07c31b88a6786f4d35a77.tar.gz |
icon for run-with-gfx
Diffstat (limited to 'vconsole.c')
-rw-r--r-- | vconsole.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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", |