mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
details: List 'Display SDL/VNC/etc' instead of 'Display 0/1/etc'
This commit is contained in:
parent
9666ddbc02
commit
67c2afc2f3
@ -2144,7 +2144,7 @@ class vmmDetails(gobject.GObject):
|
||||
for gfxinfo in self.vm.get_graphics_devices():
|
||||
currentGraphics[gfxinfo[1]] = 1
|
||||
update_hwlist(HW_LIST_TYPE_GRAPHICS, gfxinfo,
|
||||
_("Display %s") % (int(gfxinfo[1]) + 1),
|
||||
_("Display %s") % (str(gfxinfo[2]).upper()),
|
||||
"video-display")
|
||||
|
||||
# Populate list of sound devices
|
||||
|
Loading…
Reference in New Issue
Block a user