summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-05 19:07:42 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-05 19:07:42 +0000
commit7f9109e7854a0d3aa4af7a51bc238bf7c7138169 (patch)
tree0bc0170d112b8f0c67483cb22093494a26d1844c /iw
parent2032d6b1d3d75f22867f240e264b9aa1315a7fca (diff)
downloadanaconda-7f9109e7854a0d3aa4af7a51bc238bf7c7138169.tar.gz
anaconda-7f9109e7854a0d3aa4af7a51bc238bf7c7138169.tar.xz
anaconda-7f9109e7854a0d3aa4af7a51bc238bf7c7138169.zip
more mnemonics
Diffstat (limited to 'iw')
-rw-r--r--iw/xconfig_gui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py
index 23fda406b..a357fc380 100644
--- a/iw/xconfig_gui.py
+++ b/iw/xconfig_gui.py
@@ -1015,9 +1015,10 @@ class XConfigWindow (InstallWindow):
hbox = gtk.HBox()
hbox.set_border_width(3)
- label = gtk.Label (_("Video card RAM: "))
+ label = gui.MnemonicLabel (_("_Video card RAM: "))
self.ramOption = gtk.OptionMenu()
+ label.set_mnemonic_widget(self.ramOption)
self.ramOption.set_size_request (40, 20)
self.ramMenu = gtk.Menu()