From b0743dc086ac787ea53376e0ac6e7d060b67a345 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 15 Sep 2009 14:07:36 -0400 Subject: Use new icons in anaconda so we don't look so dated (#515601). See also: https://fedorahosted.org/design-team/ticket/63 --- iw/language_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iw/language_gui.py') diff --git a/iw/language_gui.py b/iw/language_gui.py index 2fb6c8faf..5459ce5c8 100644 --- a/iw/language_gui.py +++ b/iw/language_gui.py @@ -72,7 +72,7 @@ class LanguageWindow (InstallWindow): mainBox = gtk.VBox (False, 10) hbox = gtk.HBox(False, 5) - pix = gui.readImageFromFile ("gnome-globe.png") + pix = gui.readImageFromFile ("config-language.png") if pix: a = gtk.Alignment () a.add (pix) -- cgit