MSG_WATCH => MSG_INFO_SCREEN

This commit is contained in:
Scott Lahteine
2020-01-03 19:46:05 -06:00
parent 00e27503ce
commit aa4db785f2
33 changed files with 41 additions and 41 deletions

View File

@@ -358,7 +358,7 @@ class MenuItem_bool : public MenuEditItemBase {
* MenuItem_<type>::action(arg3...)
*
* Examples:
* BACK_ITEM(MSG_WATCH)
* BACK_ITEM(MSG_INFO_SCREEN)
* MenuItem_back::action(plabel, ...)
* MenuItem_back::draw(sel, row, plabel, ...)
*