mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-31 19:57:06 +01:00
add cookie field
This commit is contained in:
parent
6e18560e62
commit
bcd3a1ba25
2 changed files with 12 additions and 1 deletions
|
@ -34,6 +34,10 @@ NAME XWRD
|
|||
|
||||
#include "xwords.hrh"
|
||||
|
||||
#define CANT_DO_TYPEDEF
|
||||
#include "xwrelay.h"
|
||||
#undef CANT_DO_TYPEDEF
|
||||
|
||||
// ---------------------------------------------------------
|
||||
//
|
||||
// Define the resource file signature
|
||||
|
@ -362,7 +366,13 @@ RESOURCE ARRAY r_xwords_newgame_page_conn
|
|||
// itemflags =
|
||||
},
|
||||
DLG_LINE {
|
||||
prompt = "Relay address";
|
||||
prompt = "Game name";
|
||||
type = EEikCtEdwin;
|
||||
id = ECookie;
|
||||
control = EDWIN { width = 10; maxlength = MAX_COOKIE_LEN; };
|
||||
},
|
||||
DLG_LINE {
|
||||
prompt = "Relay name";
|
||||
type = EEikCtEdwin;
|
||||
id = ERelayName;
|
||||
control = EDWIN { width = 10; maxlength = 32; };
|
||||
|
|
|
@ -64,6 +64,7 @@ enum TXWordsIds {
|
|||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
,EConnectionRole
|
||||
,EConnectionType
|
||||
,ECookie
|
||||
,ERelayName
|
||||
,ERelayPort
|
||||
,EPageConn
|
||||
|
|
Loading…
Add table
Reference in a new issue