mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
replace uid with official one supplied by Symbian
This commit is contained in:
parent
301883acfa
commit
8802805af4
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
TARGET xwords.app
|
||||
TARGETTYPE app
|
||||
// Change this UID!!!!!
|
||||
UID 0x100039CE 0x1020680C
|
||||
UID 0x100039CE 0x10206D64
|
||||
|
||||
// Comment the next line out for a non-debug build. Isn't this build
|
||||
// system advanced?
|
||||
|
|
|
@ -22,9 +22,10 @@
|
|||
#include "xwdoc.h"
|
||||
#include "xwapp.h"
|
||||
|
||||
// UID for the application, this should correspond to the uid defined
|
||||
// in the mmp file. PENDING get an official one from Symbian.
|
||||
static const TUid KUidXWordsApp = {0x1020680c};
|
||||
// UID for the application, this should correspond to the uid defined in the
|
||||
// mmp file. (This is an official number from Symbian. I've been allocated a
|
||||
// block of 10 of which this is the first.)
|
||||
static const TUid KUidXWordsApp = {0x10206D64};
|
||||
|
||||
CApaDocument*
|
||||
CXWordsApplication::CreateDocumentL()
|
||||
|
|
Loading…
Reference in a new issue