summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-10 04:22:29 +0800
committerjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-10 04:22:29 +0800
commit4d9cf263b49311064de82ee83ee71b57c4ba0308 (patch)
tree31e032e4f21796bfa27f5b5b2cae88471d0f377a /mbbsd/board.c
parent368360a7c55992e47cb7629a38fe58f8c3b7af1a (diff)
downloadpttbbs-4d9cf263b49311064de82ee83ee71b57c4ba0308.tar
pttbbs-4d9cf263b49311064de82ee83ee71b57c4ba0308.tar.gz
pttbbs-4d9cf263b49311064de82ee83ee71b57c4ba0308.tar.bz2
pttbbs-4d9cf263b49311064de82ee83ee71b57c4ba0308.tar.lz
pttbbs-4d9cf263b49311064de82ee83ee71b57c4ba0308.tar.xz
pttbbs-4d9cf263b49311064de82ee83ee71b57c4ba0308.tar.zst
pttbbs-4d9cf263b49311064de82ee83ee71b57c4ba0308.zip
Replaced bbs.c stuff.c board.c to i18n version
git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1936 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 58bd0c0f..c4a00ef7 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -553,6 +553,8 @@ paste_taged_brds(int gid)
sort_bcache();
return 1;
}
+static int board_help[] = {490, 491, 492, 493, 494, 495, 496, 497, 498,
+499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, -1};
static void
choose_board(int newflag)
@@ -722,7 +724,7 @@ choose_board(int newflag)
}
break;
case 'h':
- show_help(SHM->i18nstr[cuser.language], 490, 20);
+ show_help(board_help);
show_brdlist(head, 1, newflag);
break;
case '/':