diff -r d189ee25cf9d -r 3533d4323edc emailuis/widget/emailwidgetsettings/data/emailwidgetsettings.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emailuis/widget/emailwidgetsettings/data/emailwidgetsettings.rss Wed Sep 01 12:28:57 2010 +0100 @@ -0,0 +1,94 @@ +/* +* Copyright (c) 2009 - 2010 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: This file contains all the resources for the Email +* Widget Settings. +* +*/ + + +// RESOURCE IDENTIFIER +NAME EMWS // 4 letter ID + + +// INCLUDES +#include +#include +#include +#include +#include "emailwidgetsettings.hrh" +#include + +// RESOURCE DEFINITIONS +// ----------------------------------------------------------------------------- +// +// Define the resource file signature +// This resource should be empty. +// +// ----------------------------------------------------------------------------- +// +RESOURCE RSS_SIGNATURE + { + } + +// ----------------------------------------------------------------------------- +// +// Default Document Name +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_default_document_name + { + buf="EMWS"; + } + +// ----------------------------------------------------------------------------- +// +// Define default menu and CBA key. +// +// ----------------------------------------------------------------------------- +// +RESOURCE EIK_APP_INFO + { + } + +// ----------------------------------------------------------------------------- +// +// Resources for messages. +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF32 r_caption_string { buf=qtn_hs_widget_setting_select_mailbox; } + +// ---------------------------------------------------------------------------- +// +// r_localisable_app_info +// +// ---------------------------------------------------------------------------- +// +RESOURCE LOCALISABLE_APP_INFO r_emailwidgetsettings_loc_app_info + { + short_caption = qtn_hs_widget_setting_select_mailbox; + caption_and_icon = + CAPTION_AND_ICON_INFO + { + caption = qtn_hs_widget_setting_select_mailbox; + }; + } + +RESOURCE TBUF r_emailwidgetsettings_create_new_mailbox + { + buf = "0\t"qtn_hs_widget_setting_new_mailbox"\t\t"; + } + +// End of File