How can I change the name of the application?

Login to reply to this topic.
Mon, 2005-12-05 18:55
Joined: 2004-07-01
Forum posts: 13
Hi!

In S60:
CAknTitlePane* titlePane = STATIC_CAST( CAknTitlePane*,         StatusPane()->ControlL(TUid::Uid(EEikStatusPaneUidTitle ) ) );
titlePane->SetTextToDefaultL();

but how can I change the name of the application in S80?

Thanks in advance,

RadeaR

Wed, 2006-11-22 16:23
Joined: 2005-06-08
Forum posts: 8
Re: How can I change the name of the application?
Search in the sdk documentation for CCknAppTitle or APPTITLE
  • Login to reply to this topic.