resend messages menu item

This commit is contained in:
ehouse 2005-03-20 19:47:47 +00:00
parent 8181d03aac
commit dd3222ddbd
2 changed files with 4 additions and 0 deletions

View file

@ -167,6 +167,9 @@ RESOURCE MENU_PANE r_xwords_game_menu
,MENU_ITEM {command = XW_FINALSCORES_COMMAND; txt = "Final scores";}
,MENU_ITEM {command = XW_FLIP_COMMAND; txt = "Flip board"; }
,MENU_ITEM {command = XW_TOGGLEVALS_COMMAND; txt = "Toggle values"; }
#ifndef XWFEATURE_STANDALONE_ONLY
,MENU_ITEM {command = XW_RESEND_COMMAND; txt = "Resend messages"; }
#endif
};
}

View file

@ -62,6 +62,7 @@ enum TXWordsIds {
,EDecryptPassword
#ifndef XWFEATURE_STANDALONE_ONLY
,XW_RESEND_COMMAND /* out of place for a menu command... */
,EConnectionRole
,EConnectionType
,ECookie