diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-02-03 03:23:39 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-02-03 03:23:39 +0800 |
commit | ff2326f3e08e75a86cce7f878e0b5f6065090d08 (patch) | |
tree | 71c53994d8c2b60b57d9339636988f8a01feca41 /mbbsd | |
parent | 73ee47d6fe68084b11f061ca9381ce1d50af8946 (diff) | |
download | pttbbs-ff2326f3e08e75a86cce7f878e0b5f6065090d08.tar pttbbs-ff2326f3e08e75a86cce7f878e0b5f6065090d08.tar.gz pttbbs-ff2326f3e08e75a86cce7f878e0b5f6065090d08.tar.bz2 pttbbs-ff2326f3e08e75a86cce7f878e0b5f6065090d08.tar.lz pttbbs-ff2326f3e08e75a86cce7f878e0b5f6065090d08.tar.xz pttbbs-ff2326f3e08e75a86cce7f878e0b5f6065090d08.tar.zst pttbbs-ff2326f3e08e75a86cce7f878e0b5f6065090d08.zip |
fix one char in displaying
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2453 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/var.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c index c53a4e7d..dc00bd9f 100644 --- a/mbbsd/var.c +++ b/mbbsd/var.c @@ -61,7 +61,7 @@ char * const str_permboard[] = { "¤£¥i¼N", /* BRD_NOBOO */ "¹w³] Local Save", /* BRD_LOCALSAVE */ "ªO¤Íµo¤å", /* BRD_RESTRICTEDPOST */ - "Guest¥i¥Hµoªíí", /* BRD_GUESTPOST */ + "Guest¥i¥Hµoªí", /* BRD_GUESTPOST */ "¨S·Q¨ì", "¨S·Q¨ì", "¨S·Q¨ì", |