videditor/SimpleCutVideo/inc/VideoEditorHelp.hlp.hrh
branchRCL_3
changeset 3 e0b5df5c0969
parent 0 951a5db380a0
child 5 4c409de21d23
equal deleted inserted replaced
0:951a5db380a0 3:e0b5df5c0969
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 * Ixonos Plc
       
    14 *
       
    15 * Description: 
       
    16 * This file contains all the Video Editor contextual help 
       
    17 * identifiers for the CSHelp system (implemented in 
       
    18 * HlpLauncher).
       
    19 *
       
    20 */
       
    21 
       
    22 
       
    23 
       
    24 #ifndef __VIDEOEDITORHELP_HLP_HRH__
       
    25 #define __VIDEOEDITORHELP_HLP_HRH__
       
    26 
       
    27 // CONSTANTS
       
    28 _LIT(KVED_HLP_EDIT_VIDEO_VIEW,"VED_HLP_EDIT_VIDEO_VIEW"); //Video editing view
       
    29 _LIT(KVED_HLP_SETTINGS_VIEW,"VED_HLP_SETTINGS_VIEW"); //Settings view
       
    30 _LIT(KVED_HLP_PREVIEW_VIEW,"VED_HLP_PREVIEW_VIEW"); //Play view
       
    31 _LIT(KVED_HLP_CUT_VIDEO_VIEW,"VIE_HLP_CUT"); //Cut video view
       
    32 _LIT(KVED_HLP_CUT_AUDIO_VIEW,"VED_HLP_CUT_AUDIO_VIEW"); //Cut audio view
       
    33 _LIT(KVED_HLP_TRIM_FOR_MMS_VIEW,"VED_HLP_TRIM_FOR_MMS_VIEW"); //Trim video clip for MMS view
       
    34 
       
    35 #endif  // __VIDEOEDITORHELP_HLP_HRH__
       
    36 
       
    37 // End of File