core/com.nokia.carbide.bugdatacollector/about.ini
author timkelly
Tue, 14 Apr 2009 10:18:48 -0500
changeset 91 2010205bb971
parent 2 d760517a8095
permissions -rw-r--r--
deprecate public API for new one that uses progress monitor (bug 7351)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
################################################################################
cawthron
parents:
diff changeset
     2
# Copyright ©2007 Nokia Corporation. All rights reserved.	
cawthron
parents:
diff changeset
     3
################################################################################
cawthron
parents:
diff changeset
     4
cawthron
parents:
diff changeset
     5
# about.ini
cawthron
parents:
diff changeset
     6
# contains information about a feature
cawthron
parents:
diff changeset
     7
# java.io.Properties file (ISO 8859-1 with "\" escapes)
cawthron
parents:
diff changeset
     8
# "%key" are externalized strings defined in about.properties
cawthron
parents:
diff changeset
     9
# This file does not need to be translated.
cawthron
parents:
diff changeset
    10
cawthron
parents:
diff changeset
    11
# Property "aboutText" contains blurb for "About" dialog (translated)
cawthron
parents:
diff changeset
    12
# This text is shown in Feature Details -dialog when feature is selected.
cawthron
parents:
diff changeset
    13
aboutText=%productBlurb
cawthron
parents:
diff changeset
    14
cawthron
parents:
diff changeset
    15
# Property "windowImage" contains path to window icon (16x16)
cawthron
parents:
diff changeset
    16
# needed for primary features only
cawthron
parents:
diff changeset
    17
cawthron
parents:
diff changeset
    18
# Property "featureImage" contains path to feature image (32x32)
cawthron
parents:
diff changeset
    19
# Not using this in here because we do not want the icon to
cawthron
parents:
diff changeset
    20
# show on about dialog. Only using aboutText above.
cawthron
parents:
diff changeset
    21
#featureImage=icons/bugreport.png
cawthron
parents:
diff changeset
    22
cawthron
parents:
diff changeset
    23
# Property "aboutImage" contains path to product image (500x330 or 115x164)
cawthron
parents:
diff changeset
    24
# needed for primary features only
cawthron
parents:
diff changeset
    25
cawthron
parents:
diff changeset
    26
# Property "appName" contains name of the application (translated)
cawthron
parents:
diff changeset
    27
# needed for primary features only
cawthron
parents:
diff changeset
    28
cawthron
parents:
diff changeset
    29
# Property "welcomePerspective" contains the id of the perspective in which the
cawthron
parents:
diff changeset
    30
# welcome page is to be opened.
cawthron
parents:
diff changeset
    31
# optional