camerauis/cameraapp/generic/data/resource_inc/CamActivePalette.ra
changeset 19 d9aefe59d544
parent 3 8b2d6d0384b0
child 21 fa6d9f75d6a6
child 28 3075d9b614e6
--- a/camerauis/cameraapp/generic/data/resource_inc/CamActivePalette.ra	Tue Feb 02 00:01:39 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,75 +0,0 @@
-/*
-* Copyright (c) 2007-2008 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:  Resource file for Active Palette component
-*
-*/
- 
-
-
-RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_photos
-    {
-    text = qtn_lcam_tt_go_to_photos;
-    bitmap_id = EMbmCameraappQgn_indi_cam4_goto_gallery;
-    }
-
-RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_delete
-    {
-    text = qtn_lcam_tt_delete;
-    bitmap_id = EMbmCameraappQgn_indi_cam4_tb_delete;
-    }
-
-RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_play
-    {
-    text = qtn_lcam_tt_play;
-    bitmap_id = EMbmCameraappQgn_indi_cam4_tb_play;
-    }
-
-RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_send
-    {
-    text = qtn_lcam_tt_send;
-    bitmap_id = EMbmCameraappQgn_indi_cam4_tb_send;
-    }
-
-RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_send_multimedia
-    {
-    text = qtn_lcam_tt_sendtocall;
-    bitmap_id = EMbmCameraappQgn_indi_cam4_tb_send;
-    }
-
-
-/**
-* Active Palette Item : Add to album
-**/
-RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_add_to_album
-    {
-    text = qtn_lcam_tt_add_to_album;
-    bitmap_id = EMbmCameraappQgn_indi_cam4_tb_add_to_album;
-    }
-
-/**
-* Active Palette Item : Properties (Add Detail)
-**/
-RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_properties
-	{
-	text = qtn_lcam_tt_tags;
- 	bitmap_id = EMbmCameraappQgn_indi_tb_cam4_photo_detail;
- 	}
-
-RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_one_click_upload
-    {
-    text = ""; // Updated at run-time
-    bitmap_id = EMbmCameraappQgn_indi_cam4_tb_upload;
-    }
-
-// End of File