addhardware: Make finish button icon be 'apply', not 'quit' (bz 1006928)

This commit is contained in:
Cole Robinson 2013-09-20 20:18:21 -04:00
parent a55438f880
commit 9ceaa2b427

View File

@ -108,7 +108,7 @@ class vmmAddHardware(vmmGObjectUI):
})
self.bind_escape_key_close()
finish_img = Gtk.Image.new_from_stock(Gtk.STOCK_QUIT,
finish_img = Gtk.Image.new_from_stock(Gtk.STOCK_APPLY,
Gtk.IconSize.BUTTON)
self.widget("create-finish").set_image(finish_img)