summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 29951d77..c71cf6fe 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -499,7 +499,7 @@ void Customize(void)
{
case 0:
{
- pwcuSetWaterballMode((cuser.pager_ui_type +1) % PAGER_UI_TYPES_USER);
+ pwcuSetPagerUIType((cuser.pager_ui_type +1) % PAGER_UI_TYPES_USER);
vmsg("修改水球模式後請正常離線再重新上線");
dirty = 1;
}