wvuing/ImUtils/group/CAAddOnVariationNG.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 22:44:11 +0200
branchRCL_3
changeset 6 d96c135bc497
parent 0 094583676ce7
permissions -rw-r--r--
Revision: 201002 Kit: 201007

/*
* Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Main resource file of chat application
*
*/


// RSC_CRRSS_CHAT_VARIATION_SHOW_USER_IDENTITY:
// ----------------------------------------------------
// Enable (1) or disable (0) User Identity in Conversation View 
// This Allows sender/recipent name to be displayed during conversation.
//
// Values are:
//  0: Disables display of sender/recipent name in conversation view
//  1: Enables display of sender/recipent name in conversation view
//
// By default this is disabled (0).
// ----------------------------------------------------
//
RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SHOW_USER_IDENTITY { value = 0; }

// RSC_CRRSS_CHAT_VARIATION_SHOW_SPLASH_SCREEN
// ----------------------------------------------------
// Enable (1) or disable (0) Option for showing Splash Screen
// on application startup
//
// Values are:
//  0: Disables splash screen on application startup
//  1: Enables splash screen on application startup
//
// By default this is disabled (0).
// ----------------------------------------------------
//
RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SHOW_SPLASH_SCREEN { value = 0; }

// RSC_CRRSS_CHAT_VARIATION_SPLASH_SCREEN_DURATION
// ----------------------------------------------------
// Defines duration for Splash Screen on Application startup.
//
// Values are defined in Seconds
//
// By default duration is set for 4 secs.
// ----------------------------------------------------
//
RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SPLASH_SCREEN_DURATION { value = 4; }

// RSC_CRRSS_CHAT_VARIATION_SHOW_TEMPLATES
// ----------------------------------------------------
// Enable (1) or disable (0) Option for showing Templates options
// in Conversation View Menu pane
//
// Values are:
//  0: Disables Templates options in Conversation View Menu pane
//  1: Enables Templates options in Conversation View Menu pane
//
// By default this is disabled (0).
// ----------------------------------------------------
//
RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SHOW_TEMPLATES { value = 0; }