Subversion Repositories SvarDOS

Rev

Rev 1239 | Rev 1624 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1239 Rev 1462
Line 940... Line 940...
940
 
940
 
941
 SelectLang:
941
 SelectLang:
942
  action = selectlang(&locales); /* welcome to svardos, select your language */
942
  action = selectlang(&locales); /* welcome to svardos, select your language */
943
  if (action != MENUNEXT) goto Quit;
943
  if (action != MENUNEXT) goto Quit;
944
  loadcp(&locales);
944
  loadcp(&locales);
945
  svarlang_load("INSTALL", locales.lang, NULL); /* NLS support */
945
  svarlang_load("INSTALL.LNG", locales.lang); /* NLS support */
946
 
946
 
947
 SelectKeyb:
947
 SelectKeyb:
948
  action = selectkeyb(&locales);  /* what keyb layout should we use? */
948
  action = selectkeyb(&locales);  /* what keyb layout should we use? */
949
  if (action == MENUQUIT) goto Quit;
949
  if (action == MENUQUIT) goto Quit;
950
  if (action == MENUPREV) goto SelectLang;
950
  if (action == MENUPREV) goto SelectLang;