diff options
author | Bill Nottingham <notting@redhat.com> | 2007-01-29 20:16:52 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-01-29 20:16:52 +0000 |
commit | 75591c7d6034224e90e46fdc902de244b0abd98a (patch) | |
tree | b425e9b436690987f2295d9167f3daeb09c81a0c /packages.py | |
parent | 5cea07e2f7823fac0d6d6def66f58e27af6795b1 (diff) | |
download | anaconda-75591c7d6034224e90e46fdc902de244b0abd98a.tar.gz anaconda-75591c7d6034224e90e46fdc902de244b0abd98a.tar.xz anaconda-75591c7d6034224e90e46fdc902de244b0abd98a.zip |
* packages.py (betaNagScreen): Add 'Fedora' -> 'Fedora Core' mapping.
Perhaps this needs to go in the product stuff with bugurl?
Diffstat (limited to 'packages.py')
-rw-r--r-- | packages.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages.py b/packages.py index 353cfd8c3..0838f176a 100644 --- a/packages.py +++ b/packages.py @@ -259,7 +259,8 @@ def regKeyScreen(anaconda): def betaNagScreen(anaconda): publicBetas = { "Red Hat Linux": "Red Hat Linux Public Beta", "Red Hat Enterprise Linux": "Red Hat Enterprise Linux Public Beta", - "Fedora Core": "Fedora Core" } + "Fedora Core": "Fedora Core", + "Fedora": "Fedora Core" } if anaconda.dir == DISPATCH_BACK: |