diff options
author | Matt Wilson <msw@redhat.com> | 2001-04-04 16:29:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-04-04 16:29:50 +0000 |
commit | 93d640d097fd9f265ff2164de54b93aa40d37958 (patch) | |
tree | 92c44a0addc117c3b2f215daf1d96bc96ecd0474 /loader/loader.c | |
parent | c6ee7d445af49a1d413f525275994e94ccdf3556 (diff) | |
download | anaconda-93d640d097fd9f265ff2164de54b93aa40d37958.tar.gz anaconda-93d640d097fd9f265ff2164de54b93aa40d37958.tar.xz anaconda-93d640d097fd9f265ff2164de54b93aa40d37958.zip |
start up newt after setting the language to get the header and help line translated properly (#34736)
Diffstat (limited to 'loader/loader.c')
-rw-r--r-- | loader/loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c index e8c704a00..4eb4ffa21 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -2591,9 +2591,9 @@ int main(int argc, char ** argv) { } #ifdef INCLUDE_KON - startNewt(flags); if (continuing) setLanguage ("ja", flags); + startNewt(flags); #endif #ifdef INCLUDE_PCMCIA |