Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sandabuliu authored Apr 15, 2018
1 parent 170b1c5 commit 5e29b06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ class Menu: public Radio {
Radio(title, x, y, vertical, parent){}

virtual int Enter() {
std::string title="确定选择: ";
title+=this->text();
std::string title="确定选择: ";
title+=this->text();
MsgBox message(title.c_str(), 40-14/2, 4);
int ret = message.execute();
if(ret!=-1) {
Expand Down Expand Up @@ -98,4 +98,4 @@ int main()
}
```

Copyright © 2017 [[email protected]](mailto:[email protected])
Copyright © 2017 [[email protected]](mailto:[email protected])

0 comments on commit 5e29b06

Please sign in to comment.