mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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
|
TARGET xwords.app
|
||||||
TARGETTYPE app
|
TARGETTYPE app
|
||||||
// Change this UID!!!!!
|
// Change this UID!!!!!
|
||||||
UID 0x100039CE 0x1020680C
|
UID 0x100039CE 0x10206D64
|
||||||
|
|
||||||
// Comment the next line out for a non-debug build. Isn't this build
|
// Comment the next line out for a non-debug build. Isn't this build
|
||||||
// system advanced?
|
// system advanced?
|
||||||
|
|
|
@ -22,9 +22,10 @@
|
||||||
#include "xwdoc.h"
|
#include "xwdoc.h"
|
||||||
#include "xwapp.h"
|
#include "xwapp.h"
|
||||||
|
|
||||||
// UID for the application, this should correspond to the uid defined
|
// UID for the application, this should correspond to the uid defined in the
|
||||||
// in the mmp file. PENDING get an official one from Symbian.
|
// mmp file. (This is an official number from Symbian. I've been allocated a
|
||||||
static const TUid KUidXWordsApp = {0x1020680c};
|
// block of 10 of which this is the first.)
|
||||||
|
static const TUid KUidXWordsApp = {0x10206D64};
|
||||||
|
|
||||||
CApaDocument*
|
CApaDocument*
|
||||||
CXWordsApplication::CreateDocumentL()
|
CXWordsApplication::CreateDocumentL()
|
||||||
|
|
Loading…
Reference in a new issue