mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +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"
|
#include "xwords.hrh"
|
||||||
|
|
||||||
|
#define CANT_DO_TYPEDEF
|
||||||
|
#include "xwrelay.h"
|
||||||
|
#undef CANT_DO_TYPEDEF
|
||||||
|
|
||||||
// ---------------------------------------------------------
|
// ---------------------------------------------------------
|
||||||
//
|
//
|
||||||
// Define the resource file signature
|
// Define the resource file signature
|
||||||
|
@ -362,7 +366,13 @@ RESOURCE ARRAY r_xwords_newgame_page_conn
|
||||||
// itemflags =
|
// itemflags =
|
||||||
},
|
},
|
||||||
DLG_LINE {
|
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;
|
type = EEikCtEdwin;
|
||||||
id = ERelayName;
|
id = ERelayName;
|
||||||
control = EDWIN { width = 10; maxlength = 32; };
|
control = EDWIN { width = 10; maxlength = 32; };
|
||||||
|
|
|
@ -64,6 +64,7 @@ enum TXWordsIds {
|
||||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||||
,EConnectionRole
|
,EConnectionRole
|
||||||
,EConnectionType
|
,EConnectionType
|
||||||
|
,ECookie
|
||||||
,ERelayName
|
,ERelayName
|
||||||
,ERelayPort
|
,ERelayPort
|
||||||
,EPageConn
|
,EPageConn
|
||||||
|
|
Loading…
Add table
Reference in a new issue