diff options
author | bfox <bfox> | 2001-06-29 22:32:17 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-06-29 22:32:17 +0000 |
commit | 54aff5d3c6a74a56b928e9e6cc2645a5951cb037 (patch) | |
tree | e57e12710078d01577b059ce5584e646deae7855 /iw | |
parent | 7a476eca318b05a03630513a970ac699f92b41d9 (diff) | |
download | anaconda-54aff5d3c6a74a56b928e9e6cc2645a5951cb037.tar.gz anaconda-54aff5d3c6a74a56b928e9e6cc2645a5951cb037.tar.xz anaconda-54aff5d3c6a74a56b928e9e6cc2645a5951cb037.zip |
renamed lilo_gui.py to bootloader_gui.py
Diffstat (limited to 'iw')
-rw-r--r-- | iw/bootloader_gui.py (renamed from iw/lilo_gui.py) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/lilo_gui.py b/iw/bootloader_gui.py index ff02e4b4f..46190178b 100644 --- a/iw/lilo_gui.py +++ b/iw/bootloader_gui.py @@ -10,7 +10,7 @@ import iutil from package_gui import queryUpgradeContinue import gui -class LiloWindow (InstallWindow): +class BootloaderWindow (InstallWindow): foo = GdkImlib.create_image_from_xpm (CHECKBOX_ON_XPM) foo.render() checkMark = foo.make_pixmap() @@ -22,7 +22,7 @@ class LiloWindow (InstallWindow): del foo windowTitle = N_("Bootloader Configuration") - htmlTag = "lilo" + htmlTag = "bootloader" def getPrev (self): # avoid coming back in here if the user backs past and then tries |