Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleFIve233 authored Mar 20, 2023
1 parent 1269be7 commit b27504a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/gui/MessageBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,12 +288,12 @@ void MessageBox::setButtons(int typeButtons)

const std::string ButtonString[] =
{
"Ok",
"Cancel",
"Yes",
"No",
"Nand",
"USB"
"确认",
"取消",
"",
"",
"主机存储",
"USB设备"
};

if(typeButtons != BT_NOBUTTON)
Expand Down

0 comments on commit b27504a

Please sign in to comment.