commsconfig/cscsettingsui/data/cscsettingsui.rss
changeset 0 a4daefaec16c
child 11 6134b5029079
equal deleted inserted replaced
-1:000000000000 0:a4daefaec16c
       
     1 /*
       
     2 * Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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 *
       
    14 * Description:  Resource definitions for project CSCSettingsUi
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME CSCS
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <avkon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <avkon.loc>
       
    25 #include <cscsettingsui.loc>
       
    26 
       
    27 #include "cscsettingsui.hrh"
       
    28 
       
    29 
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 // Define the resource file signature 
       
    33 // This resource should be empty
       
    34 //
       
    35 // -----------------------------------------------------------------------------
       
    36 //
       
    37 RESOURCE RSS_SIGNATURE
       
    38     {
       
    39     }
       
    40 
       
    41 // -----------------------------------------------------------------------------
       
    42 //
       
    43 // Default Document Name
       
    44 //
       
    45 // -----------------------------------------------------------------------------
       
    46 //
       
    47 RESOURCE TBUF r_default_document_name
       
    48     {
       
    49     buf="";
       
    50     }
       
    51 
       
    52 // -----------------------------------------------------------------------------
       
    53 //
       
    54 // Define default menu and status pane
       
    55 //
       
    56 // -----------------------------------------------------------------------------
       
    57 //
       
    58 RESOURCE EIK_APP_INFO 
       
    59     {
       
    60     }
       
    61 
       
    62 // -----------------------------------------------------------------------------
       
    63 //
       
    64 // r_cscsettingsui_mainview_title
       
    65 //
       
    66 // -----------------------------------------------------------------------------
       
    67 //
       
    68 RESOURCE TBUF r_cscsettingsui_mainview_title
       
    69     {
       
    70     buf = qtn_voip_settings_title;
       
    71     }
       
    72 
       
    73 
       
    74 // -----------------------------------------------------------------------------
       
    75 //
       
    76 // r_cscsettingsui_mainview_menubar
       
    77 // Menubar for CSCSettingsUi main view.
       
    78 //
       
    79 // -----------------------------------------------------------------------------
       
    80 //
       
    81 RESOURCE MENU_BAR r_cscsettingsui_mainview_menubar
       
    82     {
       
    83     titles =
       
    84         {
       
    85         MENU_TITLE
       
    86             {
       
    87             menu_pane = r_cscsettingsui_mainview_menu;
       
    88             }
       
    89         };
       
    90     }
       
    91 
       
    92 // -----------------------------------------------------------------------------
       
    93 //
       
    94 // r_cscsettingsui_mainview_menu
       
    95 // Menu for CSCSettingsUi main view "Options".
       
    96 //
       
    97 // -----------------------------------------------------------------------------
       
    98 //
       
    99 RESOURCE MENU_PANE r_cscsettingsui_mainview_menu
       
   100     {
       
   101     items = 
       
   102         {
       
   103         MENU_ITEM
       
   104             {
       
   105             command = ECSCSettingsUiChange;
       
   106             txt = qtn_options_change;
       
   107             flags = EEikMenuItemAction;
       
   108             },
       
   109         MENU_ITEM
       
   110             {
       
   111             command = ECSCSettingsUiOpen;
       
   112             txt = qtn_options_open;
       
   113             flags = EEikMenuItemAction;
       
   114             },
       
   115         MENU_ITEM
       
   116             {
       
   117             command = EAknCmdHelp;
       
   118             txt = qtn_options_help;
       
   119             },
       
   120         MENU_ITEM
       
   121             {
       
   122             command = EAknSoftkeyExit;
       
   123             txt = qtn_options_exit;
       
   124             }
       
   125         };
       
   126     }
       
   127 
       
   128 // -----------------------------------------------------------------------------
       
   129 //
       
   130 // r_cscsettingsui_mainview
       
   131 // CSCSettingsUi main view resource.
       
   132 //
       
   133 // -----------------------------------------------------------------------------
       
   134 //
       
   135 RESOURCE AVKON_VIEW r_cscsettingsui_mainview
       
   136     {
       
   137     menubar = r_cscsettingsui_mainview_menubar;
       
   138     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
   139     }
       
   140 
       
   141 //----------------------------------------------------
       
   142 //   
       
   143 //    r_cscsettingsui_softkeys_options_back_change
       
   144 //    Text association with MSK ( CHANGE )
       
   145 //
       
   146 //----------------------------------------------------
       
   147 //
       
   148 RESOURCE CBA r_cscsettingsui_softkeys_options_back_change
       
   149     {
       
   150     buttons =
       
   151         {
       
   152         CBA_BUTTON 
       
   153             {
       
   154             id=EAknSoftkeyOptions; 
       
   155             txt = text_softkey_option;
       
   156             },
       
   157         CBA_BUTTON 
       
   158             {
       
   159             id=EAknSoftkeyBack; 
       
   160             txt = text_softkey_back; 
       
   161             },
       
   162         CBA_BUTTON 
       
   163             {
       
   164             id=ECSCMSKSettingsUiChange;
       
   165             txt = qtn_msk_change;
       
   166             }
       
   167         };
       
   168     }
       
   169 
       
   170 //----------------------------------------------------
       
   171 //   
       
   172 //    r_cscsettingsui_softkeys_options_back_open
       
   173 //    Text association with MSK ( OPEN )
       
   174 //
       
   175 //----------------------------------------------------
       
   176 //
       
   177 RESOURCE CBA r_cscsettingsui_softkeys_options_back_open
       
   178     {
       
   179     buttons =
       
   180         {
       
   181         CBA_BUTTON 
       
   182             {
       
   183             id=EAknSoftkeyOptions; 
       
   184             txt = text_softkey_option;
       
   185             },
       
   186         CBA_BUTTON 
       
   187             {
       
   188             id=EAknSoftkeyBack; 
       
   189             txt = text_softkey_back; 
       
   190             },
       
   191         CBA_BUTTON 
       
   192             {
       
   193             id=ECSCSettingsUiOpen;
       
   194             txt = qtn_msk_open;
       
   195             }
       
   196         };
       
   197     }
       
   198 
       
   199 // -----------------------------------------------------------------------------
       
   200 //
       
   201 // r_cscsettingsui_pres_pref_value_on
       
   202 // CSCSettingsUi setting item text when hen presence request preference has
       
   203 // autoaccpet invitations on.
       
   204 //
       
   205 // -----------------------------------------------------------------------------
       
   206 //
       
   207 RESOURCE TBUF r_cscsettingsui_pres_pref_accept_automatically
       
   208     {
       
   209     buf = qtn_servtab_settings_auth_pres_value_off;
       
   210     }
       
   211 
       
   212 // -----------------------------------------------------------------------------
       
   213 //
       
   214 // r_cscsettingsui_pres_pref_automatically
       
   215 // CSCSettingsUi setting item text when hen presence request preference has
       
   216 // autoaccpet invitations off
       
   217 //
       
   218 // -----------------------------------------------------------------------------
       
   219 //
       
   220 RESOURCE TBUF r_cscsettingsui_pres_pref_always_ask
       
   221     {
       
   222     buf = qtn_servtab_settings_auth_pres_value_on;
       
   223     }
       
   224 
       
   225 // -----------------------------------------------------------------------------
       
   226 //
       
   227 //    r_cscsettingsui_setting_preferred_service_title
       
   228 //    CSCSettingsUi setting preferred service title
       
   229 //
       
   230 // -----------------------------------------------------------------------------
       
   231 //
       
   232 RESOURCE TBUF r_cscsettingsui_setting_preferred_service_title
       
   233    {
       
   234    buf = qtn_voip_settings_voip_preferred_setting;
       
   235    } 
       
   236 
       
   237 // -----------------------------------------------------------------------------
       
   238 //
       
   239 //    r_cscsettingsui_setting_vcc_preferred_service_title
       
   240 //    CSCSettingsUi setting preferred service title when vcc is supported
       
   241 //
       
   242 // -----------------------------------------------------------------------------
       
   243 //
       
   244 RESOURCE TBUF r_cscsettingsui_setting_vcc_preferred_service_title
       
   245    {
       
   246    buf = qtn_servtab_settings_voip_preferred_setting;
       
   247    }
       
   248 
       
   249 // -----------------------------------------------------------------------------
       
   250 //
       
   251 //    r_cscsettingsui_setting_handover_notif_tone_title
       
   252 //    CSCSettingsUi setting handover notification tone title
       
   253 //
       
   254 // -----------------------------------------------------------------------------
       
   255 //
       
   256 RESOURCE TBUF r_cscsettingsui_setting_handover_notif_tone_title
       
   257    {
       
   258    buf = qtn_servtab_settings_ho_notification_tone_setting;
       
   259    }
       
   260    
       
   261 // -----------------------------------------------------------------------------
       
   262 //
       
   263 //    r_cscsettingsui_setting_im_tone_title
       
   264 //    CSCSettingsUi setting im tone title
       
   265 //
       
   266 // -----------------------------------------------------------------------------
       
   267 //
       
   268 RESOURCE TBUF r_cscsettingsui_setting_im_tone_title
       
   269    {
       
   270    buf = qtn_servtab_settings_im_tone_setting;
       
   271    }
       
   272 
       
   273 // -----------------------------------------------------------------------------
       
   274 //
       
   275 //    r_cscsettingsui_setting_username_title
       
   276 //    CSCSettingsUi setting username title
       
   277 //
       
   278 // -----------------------------------------------------------------------------
       
   279 //
       
   280 RESOURCE TBUF r_cscsettingsui_setting_username_title
       
   281    {
       
   282    buf = qtn_servtab_settings_username_setting;
       
   283    } 
       
   284 
       
   285 // -----------------------------------------------------------------------------
       
   286 //
       
   287 //    r_cscsettingsui_setting_password_title
       
   288 //    CSCSettingsUi setting password title
       
   289 //
       
   290 // -----------------------------------------------------------------------------
       
   291 //
       
   292 RESOURCE TBUF r_cscsettingsui_setting_password_title
       
   293    {
       
   294    buf = qtn_servtab_settings_password_setting;
       
   295    } 
       
   296 
       
   297 
       
   298 // -----------------------------------------------------------------------------
       
   299 //
       
   300 //    r_cscsettingsui_setting_preferred_service_on
       
   301 //    CSCSettingsUi setting preferred service on
       
   302 //
       
   303 // -----------------------------------------------------------------------------
       
   304 //
       
   305 RESOURCE TBUF r_cscsettingsui_setting_preferred_service_on
       
   306    {
       
   307    buf = qtn_voip_setting_voip_pref_value_yes;
       
   308    } 
       
   309 
       
   310 // -----------------------------------------------------------------------------
       
   311 //
       
   312 //    r_cscsettingsui_setting_preferred_service_off
       
   313 //    CSCSettingsUi setting preferred service off
       
   314 //
       
   315 // -----------------------------------------------------------------------------
       
   316 //
       
   317 RESOURCE TBUF r_cscsettingsui_setting_preferred_service_off
       
   318    {
       
   319    buf = qtn_voip_setting_voip_pref_value_no;
       
   320    } 
       
   321 
       
   322 // -----------------------------------------------------------------------------
       
   323 //
       
   324 //    r_cscsettingsui_setting_vcc_preferred_service_on
       
   325 //    CSCSettingsUi setting preferred service on when VCC is supported
       
   326 //
       
   327 // -----------------------------------------------------------------------------
       
   328 //
       
   329 RESOURCE TBUF r_cscsettingsui_setting_vcc_preferred_service_on
       
   330    {
       
   331    buf = qtn_servtab_setting_vcc_preferred_value_yes;
       
   332    }
       
   333 
       
   334 // -----------------------------------------------------------------------------
       
   335 //
       
   336 //    r_cscsettingsui_setting_vcc_preferred_service_off
       
   337 //    CSCSettingsUi setting preferred service off when VCC is supported
       
   338 //
       
   339 // -----------------------------------------------------------------------------
       
   340 //
       
   341 RESOURCE TBUF r_cscsettingsui_setting_vcc_preferred_service_off
       
   342    {
       
   343    buf = qtn_servtab_setting_vcc_preferred_value_no;
       
   344    }
       
   345 
       
   346 // -----------------------------------------------------------------------------
       
   347 //
       
   348 //    r_cscsettingsui_setting_handover_notif_tone_on
       
   349 //    CSCSettingsUi setting handover notification tone on
       
   350 //
       
   351 // -----------------------------------------------------------------------------
       
   352 //
       
   353 RESOURCE TBUF r_cscsettingsui_setting_handover_notif_tone_on
       
   354    {
       
   355    buf = qtn_cp_setting_vcc_ho_notif_tone_on;
       
   356    }
       
   357 
       
   358 // -----------------------------------------------------------------------------
       
   359 //
       
   360 //    r_cscsettingsui_setting_handover_notif_tone_off
       
   361 //    CSCSettingsUi setting handover notification tone off
       
   362 //
       
   363 // -----------------------------------------------------------------------------
       
   364 //
       
   365 RESOURCE TBUF r_cscsettingsui_setting_handover_notif_tone_off
       
   366    {
       
   367    buf = qtn_cp_setting_vcc_ho_notif_tone_off;
       
   368    }
       
   369 
       
   370 // -----------------------------------------------------------------------------
       
   371 //
       
   372 //    r_cscsettingsui_handover_notification_tone_query
       
   373 //    CSCSettingsUi handover notification tone query
       
   374 //
       
   375 // -----------------------------------------------------------------------------
       
   376 //
       
   377 RESOURCE DIALOG r_cscsettingsui_handover_notification_tone_query
       
   378     {
       
   379     flags = EGeneralQueryFlags;
       
   380     buttons = R_AVKON_SOFTKEYS_SELECT_CANCEL;
       
   381     items =
       
   382         {
       
   383         DLG_LINE
       
   384             {
       
   385             type = EAknCtListQueryControl;
       
   386             id = EListQueryControl;
       
   387             control = AVKON_LIST_QUERY_CONTROL
       
   388                 {
       
   389                 listtype = EAknCtSinglePopupMenuListBox;
       
   390                 listbox = LISTBOX
       
   391                     {
       
   392                     // Listbox is constructed dynamically.
       
   393                     };
       
   394                 heading = qtn_cp_setting_vcc_ho_notif_tone_title;
       
   395                 };
       
   396             }
       
   397         };
       
   398     }
       
   399 
       
   400 // -----------------------------------------------------------------------------
       
   401 //
       
   402 //    r_cscsettingsui_presence_request_pref_query
       
   403 //    CSCSettingsUi presence request preference query
       
   404 //
       
   405 // -----------------------------------------------------------------------------
       
   406 //
       
   407 RESOURCE DIALOG r_cscsettingsui_presence_request_pref_query
       
   408     {
       
   409     flags = EGeneralQueryFlags;
       
   410     buttons = R_AVKON_SOFTKEYS_SELECT_CANCEL;
       
   411     items =
       
   412         {
       
   413         DLG_LINE
       
   414             {
       
   415             type = EAknCtListQueryControl;
       
   416             id = EListQueryControl;
       
   417             control = AVKON_LIST_QUERY_CONTROL
       
   418                 {
       
   419                 listtype = EAknCtSinglePopupMenuListBox;
       
   420                 listbox = LISTBOX
       
   421                     {
       
   422                     // Listbox is constructed dynamically.
       
   423                     };
       
   424                 heading = qtn_servtab_settings_pres_pref_title;
       
   425                 };
       
   426             }
       
   427         };
       
   428     }
       
   429 
       
   430 // -----------------------------------------------------------------------------
       
   431 //
       
   432 //    r_cscsettingsui_pref_service_setting_page
       
   433 //    CSCSettingsUi preferred service setting page
       
   434 //
       
   435 // -----------------------------------------------------------------------------
       
   436 //
       
   437 RESOURCE AVKON_SETTING_PAGE r_cscsettingsui_pref_service_setting_page
       
   438     {
       
   439     number = EAknSettingPageNoOrdinalDisplayed;
       
   440     label = qtn_voip_setting_voip_preferred_title;
       
   441     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   442     type = EAknSetListBox;
       
   443     editor_resource_id = r_setting_listbox;
       
   444     }
       
   445 
       
   446 // -----------------------------------------------------------------------------
       
   447 //
       
   448 //    r_cscsettingsui_vcc_pref_service_setting_page
       
   449 //    CSCSettingsUi preferred service setting page
       
   450 //
       
   451 // -----------------------------------------------------------------------------
       
   452 //
       
   453 RESOURCE AVKON_SETTING_PAGE r_cscsettingsui_vcc_pref_service_setting_page
       
   454     {
       
   455     number = EAknSettingPageNoOrdinalDisplayed;
       
   456     label = qtn_servtab_settings_vcc_preferred_title;
       
   457     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   458     type = EAknSetListBox;
       
   459     editor_resource_id = r_setting_listbox;
       
   460     }
       
   461 
       
   462 // ---------------------------------------------------------------------------
       
   463 //   
       
   464 //    r_cscsettingsui_username_setting_page
       
   465 //    CSCSettingsUi username setting page
       
   466 //
       
   467 // ---------------------------------------------------------------------------
       
   468 //
       
   469 RESOURCE AVKON_SETTING_PAGE r_cscsettingsui_username_setting_page
       
   470     {
       
   471     label = qtn_servtab_setting_username_title;
       
   472     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   473     type = EEikCtEdwin;
       
   474     editor_resource_id = r_cscsettingsui_username_setting_page_editor;
       
   475     }
       
   476 
       
   477 // ---------------------------------------------------------------------------
       
   478 //   
       
   479 //    r_cscsettingsui_username_setting_page_editor
       
   480 //    CSCSettingsUi username setting page editor definition.
       
   481 //
       
   482 // ---------------------------------------------------------------------------
       
   483 //
       
   484 RESOURCE EDWIN r_cscsettingsui_username_setting_page_editor
       
   485     {
       
   486     default_case = EAknEditorLowerCase;
       
   487     allowed_case_modes = EAknEditorAllCaseModes;
       
   488     flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
       
   489     width = 25;
       
   490     lines = 1;
       
   491     maxlength = 100;
       
   492     }
       
   493 
       
   494 // ---------------------------------------------------------------------------
       
   495 //   
       
   496 //    r_cscsettingsui_password_setting_page
       
   497 //    CSCSettingsUi password setting page
       
   498 //
       
   499 // ---------------------------------------------------------------------------
       
   500 //
       
   501 RESOURCE AVKON_SETTING_PAGE r_cscsettingsui_password_setting_page
       
   502     {
       
   503     label = qtn_servtab_setting_password_title;
       
   504     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   505     type = EEikCtSecretEd;
       
   506     editor_resource_id = r_cscsettingsui_password_setting_page_editor;
       
   507     }
       
   508 
       
   509 // ---------------------------------------------------------------------------
       
   510 //   
       
   511 //    r_cscsettingsui_password_setting_page_editor
       
   512 //    CSCSettingsUi password setting page editor definition.
       
   513 //
       
   514 // ---------------------------------------------------------------------------
       
   515 //
       
   516 RESOURCE SECRETED r_cscsettingsui_password_setting_page_editor
       
   517     {
       
   518     num_letters = 50;
       
   519     }
       
   520 
       
   521 // -----------------------------------------------------------------------------
       
   522 //
       
   523 //    r_cscsettingsui_edit_service_connectivity_title
       
   524 //    CSCSettingsUi service connectivity query title text.
       
   525 //
       
   526 // -----------------------------------------------------------------------------
       
   527 //
       
   528 
       
   529 RESOURCE TBUF r_cscsettingsui_edit_service_connectivity_title
       
   530    {
       
   531    buf = qtn_voip_settings_edit_service_connectivity_title;
       
   532    }
       
   533 
       
   534 // -----------------------------------------------------------------------------
       
   535 //
       
   536 //    r_cscsettingsui_service_connectivity_text
       
   537 //    CSCSettingsUi service connectivity setting item text.
       
   538 //
       
   539 // -----------------------------------------------------------------------------
       
   540 //
       
   541 
       
   542 RESOURCE TBUF r_cscsettingsui_service_connectivity_text
       
   543    {
       
   544    buf = qtn_servtab_settings_connectivity_setting;
       
   545    }
       
   546 
       
   547 // -----------------------------------------------------------------------------
       
   548 //
       
   549 //    r_cscsettingsui_conserted_service_connectivity_text
       
   550 //    CSCSettingsUi conserted service connectivity setting item text.
       
   551 //
       
   552 // -----------------------------------------------------------------------------
       
   553 //
       
   554 
       
   555 RESOURCE TBUF r_cscsettingsui_conserted_service_connectivity_text
       
   556    {
       
   557    buf = qtn_voip_settings_conserted_service_connectivity;
       
   558    }
       
   559 
       
   560 // -----------------------------------------------------------------------------
       
   561 //
       
   562 //    r_cscsettingsui_presence_request_pref_text
       
   563 //    CSCSettingsUi presence request preference setting item text
       
   564 //
       
   565 // -----------------------------------------------------------------------------
       
   566 //
       
   567 
       
   568 RESOURCE TBUF r_cscsettingsui_presence_request_pref_text
       
   569    {
       
   570    buf = qtn_servtab_settings_pres_pref_setting;
       
   571    } 
       
   572 
       
   573 // -----------------------------------------------------------------------------
       
   574 //
       
   575 //    r_cscsettingsui_edit_settings_text
       
   576 //    CSCSettingsUi edit settings setting item text.
       
   577 //
       
   578 // -----------------------------------------------------------------------------
       
   579 //
       
   580 
       
   581 RESOURCE TBUF r_cscsettingsui_edit_settings_text
       
   582    {
       
   583    buf = qtn_voip_settings_edit_service_settings;
       
   584    }
       
   585 
       
   586 // -----------------------------------------------------------------------------
       
   587 //
       
   588 // r_cscsettingsui_unable_to_edit_setting_note
       
   589 // Unable to edit setting note text.
       
   590 //
       
   591 // -----------------------------------------------------------------------------
       
   592 //
       
   593 RESOURCE TBUF r_cscsettingsui_unable_to_edit_setting_note
       
   594     {
       
   595     buf = qtn_voip_unable_to_edit_setting_note;
       
   596     }
       
   597 
       
   598 // -----------------------------------------------------------------------------
       
   599 //
       
   600 // r_cscsettingsui_unable_to_edit_while_online
       
   601 // Unable to edit setting note text.
       
   602 //
       
   603 // -----------------------------------------------------------------------------
       
   604 //
       
   605 RESOURCE TBUF r_cscsettingsui_unable_to_edit_while_online
       
   606     {
       
   607     buf = qtn_servtab_setting_unable_to_edit_while_online;
       
   608     }
       
   609 
       
   610 // -----------------------------------------------------------------------------
       
   611 //
       
   612 // r_cscsettingsui_no_im_tone_text
       
   613 // Listbox text for chat alert tone if no tone selected.
       
   614 //
       
   615 // -----------------------------------------------------------------------------
       
   616 //
       
   617 RESOURCE TBUF r_cscsettingsui_im_tone_off
       
   618     {
       
   619     buf = qtn_servtab_settings_im_tone_off;
       
   620     }
       
   621 
       
   622 // -----------------------------------------------------------------------------
       
   623 //
       
   624 // r_cscsettingsui_no_im_tone_text
       
   625 // No tone selected item text for im tone selection list
       
   626 //
       
   627 // -----------------------------------------------------------------------------
       
   628 //
       
   629 RESOURCE TBUF r_cscsettingsui_no_im_tone_text
       
   630     {
       
   631     buf = qtn_servtab_settings_no_im_tone_text;
       
   632     }
       
   633 
       
   634 // -----------------------------------------------------------------------------
       
   635 //
       
   636 // r_cscsettingsui_im_tone_popup_heading
       
   637 // Title text for chat alert tone selection list.
       
   638 //
       
   639 // -----------------------------------------------------------------------------
       
   640 //
       
   641 RESOURCE TBUF r_cscsettingsui_im_tone_popup_heading
       
   642     {
       
   643     buf = qtn_servtab_settings_im_tone_popup_heading;
       
   644     }
       
   645 
       
   646 // -----------------------------------------------------------------------------
       
   647 //
       
   648 // r_setting_listbox
       
   649 // Common listbox editor resource for setting pages.
       
   650 //
       
   651 // -----------------------------------------------------------------------------
       
   652 //
       
   653 RESOURCE LISTBOX r_setting_listbox
       
   654     {
       
   655     flags = EEikListBoxMultipleSelection;
       
   656     }
       
   657