This commit is contained in:
Wengier
2021-06-16 00:55:08 -04:00
parent 96e3c6cfb6
commit 26670f5eda
6 changed files with 6 additions and 6 deletions

View File

@@ -198,7 +198,7 @@ Slot
< Previous Page
.
:NEXT_PAGE
Next Page >
Next Page >
.
:SELECT_EVENT
Select an event to change.

View File

@@ -198,7 +198,7 @@ Slot
< Previous Page
.
:NEXT_PAGE
Next Page >
Next Page >
.
:SELECT_EVENT
Select an event to change.

View File

@@ -205,7 +205,7 @@ IDE ポジション
< 前のページ
.
:NEXT_PAGE
次のページ >
次のページ >
.
:SELECT_EVENT
設定変更するイベントを選択

View File

@@ -204,7 +204,7 @@ IDE 位置
< 上一页
.
:NEXT_PAGE
下一页 >
下一页 >
.
:SELECT_EVENT
选择要修改的事件.

View File

@@ -4479,7 +4479,7 @@ void DOSBOX_SetupConfigSections(void) {
MSG_Add("EMPTY_SLOT","Empty slot");
MSG_Add("SLOT","Slot");
MSG_Add("PREVIOUS_PAGE","< Previous Page");
MSG_Add("NEXT_PAGE"," Next Page >");
MSG_Add("NEXT_PAGE"," Next Page >");
MSG_Add("SELECT_EVENT", "Select an event to change.");
MSG_Add("SELECT_DIFFERENT_EVENT", "Select a different event or hit the Add/Del/Next buttons.");
MSG_Add("PRESS_JOYSTICK_KEY", "Press a key/joystick button or move the joystick.");

View File

@@ -3755,7 +3755,7 @@ static void CreateLayout(void) {
}
}
bind_but.prevpage=new CBindButton(280,388,130,BH,MSG_Get("PREVIOUS_PAGE"),BB_Prevpage);
bind_but.nextpage=new CBindButton(470,388,100,BH,MSG_Get("NEXT_PAGE"),BB_Nextpage);
bind_but.nextpage=new CBindButton(470,388,130,BH,MSG_Get("NEXT_PAGE"),BB_Nextpage);
bind_but.pagestat=new CCaptionButton(418,388,462-418,BH);
bind_but.pagestat->Change("%2u/%-2u",cpage,maxpage);
if (cpage==1) bind_but.prevpage->SetColor(CLR_GREY);