diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-24 19:44:11 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-24 19:44:11 +0000 |
commit | 9564df37ef6e28bb539fa7d3187b04415a54174c (patch) | |
tree | 9654f9478d85675044de4e3b7b7236bbd0f7bc72 /anaconda | |
parent | daca35fe3340a29cc1f48702ac26e67d0fadceec (diff) | |
download | anaconda-9564df37ef6e28bb539fa7d3187b04415a54174c.tar.gz anaconda-9564df37ef6e28bb539fa7d3187b04415a54174c.tar.xz anaconda-9564df37ef6e28bb539fa7d3187b04415a54174c.zip |
language switching
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ if (mode == 'g' and not os.environ.has_key('DISPLAY')): if (mode == 'g'): if not test and not localInstall: - for i in ( "imrc", "im_palette.pal" ): + for i in ( "imrc", "im_palette.pal", "gtk" ): os.symlink ("../mnt/source/RedHat/instimage/etc/" + i, "/etc/" + i) from gui import InstallInterface elif (mode == 't'): |