--- a/extras/about/data/about.rss Mon Mar 15 12:40:41 2010 +0200
+++ b/extras/about/data/about.rss Wed Mar 31 21:33:12 2010 +0300
@@ -105,7 +105,8 @@
},
ABOUT_TEXT
{
- txt = r_about_legal_text_2;
+ updatetimeflag = EAboutUpdateTime;
+ txt = r_about_legal_text_2;
},
ABOUT_TEXT
{
--- a/extras/about/loc/about.loc Mon Mar 15 12:40:41 2010 +0200
+++ b/extras/about/loc/about.loc Wed Mar 31 21:33:12 2010 +0300
@@ -43,7 +43,7 @@
// d: Starts from a new line.
// l: none
//
-#define qtn_about_legal_text_2 "Copyright 2009 Nokia. All rights reserved."
+#define qtn_about_legal_text_2 "Copyright %N Nokia. All rights reserved."
// d: Nokia legal text
// d: Starts from a new line.
--- a/extras/about/src/AboutContainer.cpp Mon Mar 15 12:40:41 2010 +0200
+++ b/extras/about/src/AboutContainer.cpp Wed Mar 31 21:33:12 2010 +0300
@@ -752,7 +752,7 @@
DrawNow();
}
break;
-
+ case KEikMessageUnfadeWindows :
case KAknsMessageSkinChange :
{
TRAP_IGNORE(iSBFrame->CreateDoubleSpanScrollBarsL(ETrue, EFalse)); // window owning scrollbar
--- a/package_definition.xml Mon Mar 15 12:40:41 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<SystemDefinition schema="3.0.0">
- <package id="utils" name="Utility Apps" levels="app">
- <collection id="extras" name="Extras" level="app">
- <component id="about" filter="s60" name="About Application">
- <unit bldFile="extras/about/group"/>
- </component>
- <component id="calcsoft" filter="s60" name="Calculator Application">
- <unit bldFile="extras/calcsoft/group"/>
- </component>
- <component id="converter" filter="s60" name="Unit Converter">
- <unit bldFile="extras/converter/group"/>
- </component>
- </collection>
- </package>
-</SystemDefinition>