|
1 /* |
|
2 * Copyright (c) 2005-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: Phonebook 2 CBA resources. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <Pbk2Commands.hrh> |
|
20 #include <avkon.loc> |
|
21 #include <e32keys.h> |
|
22 #include <phonebook2ece.loc> |
|
23 |
|
24 // -------------------------------------------------------------------------- |
|
25 // Options - Open - Exit |
|
26 // -------------------------------------------------------------------------- |
|
27 // |
|
28 RESOURCE CBA r_pbk2_softkeys_options_exit_open |
|
29 { |
|
30 flags = 0; |
|
31 buttons = |
|
32 { |
|
33 CBA_BUTTON |
|
34 { |
|
35 id = EAknSoftkeyOptions; |
|
36 txt = text_softkey_option; |
|
37 }, |
|
38 CBA_BUTTON |
|
39 { |
|
40 id = EAknSoftkeyExit; |
|
41 txt= text_softkey_exit; |
|
42 }, |
|
43 CBA_BUTTON |
|
44 { |
|
45 id = EPbk2CmdOpenMeViews; |
|
46 txt = text_softkey_open; |
|
47 } |
|
48 }; |
|
49 } |
|
50 |
|
51 // -------------------------------------------------------------------------- |
|
52 // Options - Context Menu - Exit |
|
53 // -------------------------------------------------------------------------- |
|
54 // |
|
55 RESOURCE CBA r_pbk2_softkeys_options_exit_context |
|
56 { |
|
57 flags = 0; |
|
58 buttons = |
|
59 { |
|
60 CBA_BUTTON |
|
61 { |
|
62 id = EAknSoftkeyOptions; |
|
63 txt = text_softkey_option; |
|
64 }, |
|
65 CBA_BUTTON |
|
66 { |
|
67 id = EAknSoftkeyExit; |
|
68 txt= text_softkey_exit; |
|
69 }, |
|
70 CBA_BUTTON |
|
71 { |
|
72 id = EAknSoftkeyContextOptions; |
|
73 txt = text_softkey_option; |
|
74 } |
|
75 }; |
|
76 } |
|
77 |
|
78 // -------------------------------------------------------------------------- |
|
79 // Options - Empty - Exit |
|
80 // -------------------------------------------------------------------------- |
|
81 // |
|
82 RESOURCE CBA r_pbk2_softkeys_options_exit_empty |
|
83 { |
|
84 flags = 0; |
|
85 buttons = |
|
86 { |
|
87 CBA_BUTTON |
|
88 { |
|
89 id = EAknSoftkeyOptions; |
|
90 txt = text_softkey_option; |
|
91 }, |
|
92 CBA_BUTTON |
|
93 { |
|
94 id = EAknSoftkeyExit; |
|
95 txt= text_softkey_exit; |
|
96 }, |
|
97 CBA_BUTTON |
|
98 { |
|
99 } |
|
100 }; |
|
101 } |
|
102 |
|
103 // -------------------------------------------------------------------------- |
|
104 // Options - Context Menu - Back |
|
105 // -------------------------------------------------------------------------- |
|
106 // |
|
107 RESOURCE CBA r_pbk2_softkeys_options_back_context |
|
108 { |
|
109 flags = 0; |
|
110 buttons = |
|
111 { |
|
112 CBA_BUTTON |
|
113 { |
|
114 id = EAknSoftkeyOptions; |
|
115 txt = text_softkey_option; |
|
116 }, |
|
117 CBA_BUTTON |
|
118 { |
|
119 id = EPbk2CmdOpenPreviousView; |
|
120 txt = text_softkey_back; |
|
121 }, |
|
122 CBA_BUTTON |
|
123 { |
|
124 id = EAknSoftkeyContextOptions; |
|
125 txt = text_softkey_option; |
|
126 } |
|
127 }; |
|
128 } |
|
129 |
|
130 // -------------------------------------------------------------------------- |
|
131 // Empty - Back - Empty |
|
132 // -------------------------------------------------------------------------- |
|
133 // |
|
134 RESOURCE CBA r_pbk2_softkeys_empty_back_empty |
|
135 { |
|
136 buttons = |
|
137 { |
|
138 CBA_BUTTON |
|
139 {}, |
|
140 CBA_BUTTON |
|
141 { |
|
142 id = EAknSoftkeyBack; |
|
143 txt = text_softkey_back; |
|
144 }, |
|
145 CBA_BUTTON |
|
146 {} |
|
147 }; |
|
148 } |
|
149 |
|
150 // -------------------------------------------------------------------------- |
|
151 // Empty - Cancel |
|
152 // -------------------------------------------------------------------------- |
|
153 // |
|
154 RESOURCE CBA r_pbk2_settings_softkeys_empty_cancel |
|
155 { |
|
156 buttons = |
|
157 { |
|
158 CBA_BUTTON |
|
159 {}, |
|
160 CBA_BUTTON |
|
161 { |
|
162 id = EAknSoftkeyCancel; |
|
163 txt = text_softkey_cancel; |
|
164 } |
|
165 }; |
|
166 } |
|
167 |
|
168 // -------------------------------------------------------------------------- |
|
169 // Ok - Back - Ok |
|
170 // -------------------------------------------------------------------------- |
|
171 // |
|
172 RESOURCE CBA r_pbk2_softkeys_ok_back_ok |
|
173 { |
|
174 buttons = |
|
175 { |
|
176 CBA_BUTTON |
|
177 { |
|
178 id = EEikBidOk; |
|
179 txt = text_softkey_ok; |
|
180 }, |
|
181 CBA_BUTTON |
|
182 { |
|
183 id = EAknSoftkeyBack; |
|
184 txt = text_softkey_back; |
|
185 }, |
|
186 CBA_BUTTON |
|
187 { |
|
188 id = EEikBidOk; |
|
189 txt = text_softkey_ok; |
|
190 } |
|
191 }; |
|
192 } |
|
193 |
|
194 // -------------------------------------------------------------------------- |
|
195 // Assign - Assign - Back |
|
196 // -------------------------------------------------------------------------- |
|
197 // |
|
198 RESOURCE CBA r_pbk2_softkeys_assign_back_assign |
|
199 { |
|
200 buttons = |
|
201 { |
|
202 CBA_BUTTON |
|
203 { |
|
204 id = EAknSoftkeyOk; |
|
205 txt = qtn_phob_sk_assign_folder; |
|
206 }, |
|
207 CBA_BUTTON |
|
208 { |
|
209 id = EAknSoftkeyBack; |
|
210 txt = text_softkey_back; |
|
211 }, |
|
212 CBA_BUTTON |
|
213 { |
|
214 id = EAknSoftkeyOk; |
|
215 txt = qtn_phob_sk_assign_folder; |
|
216 } |
|
217 }; |
|
218 } |
|
219 |
|
220 // -------------------------------------------------------------------------- |
|
221 // Assign - Assign - Cancel |
|
222 // -------------------------------------------------------------------------- |
|
223 // |
|
224 RESOURCE CBA r_pbk2_softkeys_assign_cancel_assign |
|
225 { |
|
226 buttons = |
|
227 { |
|
228 CBA_BUTTON |
|
229 { |
|
230 id = EAknSoftkeyOk; |
|
231 txt = qtn_phob_sk_assign_folder; |
|
232 }, |
|
233 CBA_BUTTON |
|
234 { |
|
235 id = EAknSoftkeyCancel; |
|
236 txt = text_softkey_cancel; |
|
237 }, |
|
238 CBA_BUTTON |
|
239 { |
|
240 id = EAknSoftkeyOk; |
|
241 txt = qtn_phob_sk_assign_folder; |
|
242 } |
|
243 }; |
|
244 } |
|
245 |
|
246 // -------------------------------------------------------------------------- |
|
247 // Goto - Cancel - Goto |
|
248 // -------------------------------------------------------------------------- |
|
249 // |
|
250 RESOURCE CBA r_pbk2_cba_goto_cancel_goto |
|
251 { |
|
252 buttons = |
|
253 { |
|
254 AVKON_CBA_BUTTON |
|
255 { |
|
256 id = EAknSoftkeyOk; |
|
257 txt = qtn_wml_softk_go; |
|
258 }, |
|
259 AVKON_CBA_BUTTON |
|
260 { |
|
261 id = EAknSoftkeyCancel; |
|
262 txt = text_softkey_cancel; |
|
263 }, |
|
264 AVKON_CBA_BUTTON |
|
265 { |
|
266 id = EAknSoftkeyOk; |
|
267 txt = qtn_wml_softk_go; |
|
268 } |
|
269 }; |
|
270 } |
|
271 |
|
272 // -------------------------------------------------------------------------- |
|
273 // Call - Call - Cancel |
|
274 // -------------------------------------------------------------------------- |
|
275 // |
|
276 RESOURCE CBA r_pbk2_softkeys_call_cancel_call |
|
277 { |
|
278 buttons = |
|
279 { |
|
280 CBA_BUTTON |
|
281 { |
|
282 id = EAknSoftkeySelect; |
|
283 txt = text_softkey_call; |
|
284 }, |
|
285 CBA_BUTTON |
|
286 { |
|
287 id = EAknSoftkeyCancel; |
|
288 txt = text_softkey_cancel; |
|
289 }, |
|
290 CBA_BUTTON |
|
291 { |
|
292 id = EAknSoftkeySelect; |
|
293 txt = text_softkey_call; |
|
294 } |
|
295 }; |
|
296 } |
|
297 |
|
298 // -------------------------------------------------------------------------- |
|
299 // Empty - Empty - Cancel |
|
300 // -------------------------------------------------------------------------- |
|
301 // |
|
302 RESOURCE CBA r_pbk2_softkeys_empty_cancel_empty |
|
303 { |
|
304 buttons = |
|
305 { |
|
306 CBA_BUTTON |
|
307 { |
|
308 id = EAknSoftkeyEmpty; |
|
309 txt = text_softkey_empty; |
|
310 }, |
|
311 // Need to use EAknSoftkeyBack because list query doesn't exit |
|
312 // with any other key! |
|
313 CBA_BUTTON |
|
314 { |
|
315 id = EAknSoftkeyBack; |
|
316 txt = text_softkey_cancel; |
|
317 }, |
|
318 CBA_BUTTON |
|
319 { |
|
320 id = EAknSoftkeyEmpty; |
|
321 txt = text_softkey_empty; |
|
322 } |
|
323 }; |
|
324 } |
|
325 |
|
326 // -------------------------------------------------------------------------- |
|
327 // Empty - Mark - Cancel |
|
328 // -------------------------------------------------------------------------- |
|
329 // |
|
330 RESOURCE CBA r_pbk2_softkeys_empty_cancel_mark |
|
331 { |
|
332 buttons = |
|
333 { |
|
334 CBA_BUTTON |
|
335 { |
|
336 id = EAknSoftkeyEmpty; |
|
337 txt = text_softkey_empty; |
|
338 }, |
|
339 CBA_BUTTON |
|
340 { |
|
341 id = EAknSoftkeyBack; |
|
342 txt = text_softkey_cancel; |
|
343 }, |
|
344 CBA_BUTTON |
|
345 { |
|
346 id = EAknSoftkeyMark; |
|
347 txt = text_softkey_mark; |
|
348 } |
|
349 }; |
|
350 } |
|
351 |
|
352 // -------------------------------------------------------------------------- |
|
353 // Options - Change - Back |
|
354 // -------------------------------------------------------------------------- |
|
355 // |
|
356 RESOURCE CBA r_pbk2_softkeys_options_back_change |
|
357 { |
|
358 flags = 0; |
|
359 buttons = |
|
360 { |
|
361 CBA_BUTTON |
|
362 { |
|
363 id = EAknSoftkeyOptions; |
|
364 txt = text_softkey_option; |
|
365 }, |
|
366 CBA_BUTTON |
|
367 { |
|
368 id = EPbk2CmdOpenPreviousView; |
|
369 txt = text_softkey_back; |
|
370 }, |
|
371 CBA_BUTTON |
|
372 { |
|
373 id = EPbk2CmdEditSetting; |
|
374 txt = qtn_msk_change; |
|
375 } |
|
376 }; |
|
377 } |
|
378 |
|
379 // -------------------------------------------------------------------------- |
|
380 // Options - Edit - Back |
|
381 // -------------------------------------------------------------------------- |
|
382 // |
|
383 RESOURCE CBA r_pbk2_softkeys_options_back_edit |
|
384 { |
|
385 flags = 0; |
|
386 buttons = |
|
387 { |
|
388 CBA_BUTTON |
|
389 { |
|
390 id = EAknSoftkeyOptions; |
|
391 txt = text_softkey_option; |
|
392 }, |
|
393 CBA_BUTTON |
|
394 { |
|
395 id = EPbk2CmdOpenPreviousView; |
|
396 txt = text_softkey_back; |
|
397 }, |
|
398 CBA_BUTTON |
|
399 { |
|
400 id = EAknSoftkeyEdit; |
|
401 txt = text_softkey_edit; |
|
402 } |
|
403 }; |
|
404 } |
|
405 |
|
406 // -------------------------------------------------------------------------- |
|
407 // Options - Context Menu - Done |
|
408 // -------------------------------------------------------------------------- |
|
409 // |
|
410 RESOURCE CBA r_pbk2_softkeys_options_done_context |
|
411 { |
|
412 flags = 0; |
|
413 buttons = |
|
414 { |
|
415 CBA_BUTTON |
|
416 { |
|
417 id = EAknSoftkeyOptions; |
|
418 txt = text_softkey_option; |
|
419 }, |
|
420 CBA_BUTTON |
|
421 { |
|
422 id = EAknSoftkeyDone; |
|
423 txt= text_softkey_done; |
|
424 }, |
|
425 CBA_BUTTON |
|
426 { |
|
427 id = EAknSoftkeyContextOptions; |
|
428 txt = text_softkey_option; |
|
429 } |
|
430 }; |
|
431 } |
|
432 |
|
433 // -------------------------------------------------------------------------- |
|
434 // Options - Empty - Back |
|
435 // -------------------------------------------------------------------------- |
|
436 // |
|
437 RESOURCE CBA r_pbk2_softkeys_options_back_empty |
|
438 { |
|
439 flags = 0; |
|
440 buttons = |
|
441 { |
|
442 CBA_BUTTON |
|
443 { |
|
444 id = EAknSoftkeyOptions; |
|
445 txt = text_softkey_option; |
|
446 }, |
|
447 CBA_BUTTON |
|
448 { |
|
449 id = EAknSoftkeyBack; |
|
450 txt= text_softkey_back; |
|
451 }, |
|
452 CBA_BUTTON |
|
453 { |
|
454 } |
|
455 }; |
|
456 } |
|
457 |
|
458 // -------------------------------------------------------------------------- |
|
459 // Select - Select - Back |
|
460 // -------------------------------------------------------------------------- |
|
461 // |
|
462 RESOURCE CBA r_pbk2_softkeys_select_back_select |
|
463 { |
|
464 flags = 0; |
|
465 buttons = |
|
466 { |
|
467 CBA_BUTTON |
|
468 { |
|
469 id = EAknSoftkeySelect; |
|
470 txt = text_softkey_select; |
|
471 }, |
|
472 CBA_BUTTON |
|
473 { |
|
474 id = EAknSoftkeyBack; |
|
475 txt= text_softkey_back; |
|
476 }, |
|
477 CBA_BUTTON |
|
478 { |
|
479 id = EAknSoftkeySelect; |
|
480 txt = text_softkey_select; |
|
481 } |
|
482 }; |
|
483 } |
|
484 |
|
485 // -------------------------------------------------------------------------- |
|
486 // Call - Call - Back |
|
487 // -------------------------------------------------------------------------- |
|
488 // |
|
489 RESOURCE CBA r_pbk2_softkeys_call_back_call |
|
490 { |
|
491 flags = 0; |
|
492 buttons = |
|
493 { |
|
494 CBA_BUTTON |
|
495 { |
|
496 id = EAknSoftkeySelect; |
|
497 txt = text_softkey_call; |
|
498 }, |
|
499 CBA_BUTTON |
|
500 { |
|
501 id = EAknSoftkeyCancel; |
|
502 txt= text_softkey_back; |
|
503 }, |
|
504 CBA_BUTTON |
|
505 { |
|
506 id = EAknSoftkeySelect; |
|
507 txt = text_softkey_call; |
|
508 } |
|
509 }; |
|
510 } |
|
511 |
|
512 |
|
513 // -------------------------------------------------------------------------- |
|
514 // Ok - Mark - Back |
|
515 // -------------------------------------------------------------------------- |
|
516 // |
|
517 RESOURCE CBA r_pbk2_softkeys_ok_back_mark |
|
518 { |
|
519 flags = 0; |
|
520 buttons = |
|
521 { |
|
522 CBA_BUTTON |
|
523 { |
|
524 id = EAknSoftkeyOk; |
|
525 txt = text_softkey_ok; |
|
526 }, |
|
527 CBA_BUTTON |
|
528 { |
|
529 id = EAknSoftkeyBack; |
|
530 txt= text_softkey_back; |
|
531 }, |
|
532 CBA_BUTTON |
|
533 { |
|
534 id = EAknSoftkeyMark; |
|
535 txt = text_softkey_mark; |
|
536 } |
|
537 }; |
|
538 } |
|
539 |
|
540 // -------------------------------------------------------------------------- |
|
541 // Ok - Unmark - Back |
|
542 // -------------------------------------------------------------------------- |
|
543 // |
|
544 RESOURCE CBA r_pbk2_softkeys_ok_back_unmark |
|
545 { |
|
546 flags = 0; |
|
547 buttons = |
|
548 { |
|
549 CBA_BUTTON |
|
550 { |
|
551 id = EAknSoftkeyOk; |
|
552 txt = text_softkey_ok; |
|
553 }, |
|
554 CBA_BUTTON |
|
555 { |
|
556 id = EAknSoftkeyBack; |
|
557 txt= text_softkey_back; |
|
558 }, |
|
559 CBA_BUTTON |
|
560 { |
|
561 id = EAknSoftkeyUnmark; |
|
562 txt = text_softkey_unmark; |
|
563 } |
|
564 }; |
|
565 } |
|
566 |
|
567 // -------------------------------------------------------------------------- |
|
568 // Options - Change - Done |
|
569 // -------------------------------------------------------------------------- |
|
570 // |
|
571 RESOURCE CBA r_pbk2_softkeys_options_done_change |
|
572 { |
|
573 flags = 0; |
|
574 buttons = |
|
575 { |
|
576 CBA_BUTTON |
|
577 { |
|
578 id = EAknSoftkeyOptions; |
|
579 txt = text_softkey_option; |
|
580 }, |
|
581 CBA_BUTTON |
|
582 { |
|
583 id = EAknSoftkeyDone; |
|
584 txt= text_softkey_done; |
|
585 }, |
|
586 CBA_BUTTON |
|
587 { |
|
588 id = EAknSoftkeyChange; |
|
589 txt = qtn_msk_change; |
|
590 } |
|
591 }; |
|
592 } |
|
593 |
|
594 // -------------------------------------------------------------------------- |
|
595 // Options - Add - Done |
|
596 // -------------------------------------------------------------------------- |
|
597 // |
|
598 RESOURCE CBA r_pbk2_softkeys_options_done_add |
|
599 { |
|
600 flags = 0; |
|
601 buttons = |
|
602 { |
|
603 CBA_BUTTON |
|
604 { |
|
605 id = EAknSoftkeyOptions; |
|
606 txt = text_softkey_option; |
|
607 }, |
|
608 CBA_BUTTON |
|
609 { |
|
610 id = EAknSoftkeyDone; |
|
611 txt= text_softkey_done; |
|
612 }, |
|
613 CBA_BUTTON |
|
614 { |
|
615 id = EAknSoftkeyChange; |
|
616 txt = qtn_msk_add; |
|
617 } |
|
618 }; |
|
619 } |
|
620 |
|
621 // -------------------------------------------------------------------------- |
|
622 // Options - Empty - Done |
|
623 // -------------------------------------------------------------------------- |
|
624 // |
|
625 RESOURCE CBA r_pbk2_softkeys_options_done_empty |
|
626 { |
|
627 flags = 0; |
|
628 buttons = |
|
629 { |
|
630 CBA_BUTTON |
|
631 { |
|
632 id = EAknSoftkeyOptions; |
|
633 txt = text_softkey_option; |
|
634 }, |
|
635 CBA_BUTTON |
|
636 { |
|
637 id = EAknSoftkeyDone; |
|
638 txt= text_softkey_done; |
|
639 }, |
|
640 CBA_BUTTON |
|
641 { |
|
642 } |
|
643 }; |
|
644 } |
|
645 |
|
646 // -------------------------------------------------------------------------- |
|
647 // Options - Select - Exit |
|
648 // -------------------------------------------------------------------------- |
|
649 // |
|
650 RESOURCE CBA r_pbk2_softkeys_options_exit_select |
|
651 { |
|
652 flags = 0; |
|
653 buttons = |
|
654 { |
|
655 CBA_BUTTON |
|
656 { |
|
657 id = EAknSoftkeyOptions; |
|
658 txt = text_softkey_option; |
|
659 }, |
|
660 CBA_BUTTON |
|
661 { |
|
662 id = EAknSoftkeyExit; |
|
663 txt= text_softkey_exit; |
|
664 }, |
|
665 CBA_BUTTON |
|
666 { |
|
667 id = EAknSoftkeySelect; |
|
668 txt = qtn_msk_select; |
|
669 } |
|
670 }; |
|
671 } |
|
672 // -------------------------------------------------------------------------- |
|
673 // Options - Select - Exit |
|
674 // -------------------------------------------------------------------------- |
|
675 // |
|
676 RESOURCE CBA r_pbk2_softkeys_options_done_select |
|
677 { |
|
678 flags = 0; |
|
679 buttons = |
|
680 { |
|
681 CBA_BUTTON |
|
682 { |
|
683 id = EAknSoftkeyOptions; |
|
684 txt = text_softkey_option; |
|
685 }, |
|
686 CBA_BUTTON |
|
687 { |
|
688 id = EAknSoftkeyDone; |
|
689 txt= text_softkey_done; |
|
690 }, |
|
691 CBA_BUTTON |
|
692 { |
|
693 id = EAknSoftkeySelect; |
|
694 txt = qtn_msk_select; |
|
695 } |
|
696 }; |
|
697 } |
|
698 |
|
699 // -------------------------------------------------------------------------- |
|
700 // Merge - Mark - Back |
|
701 // -------------------------------------------------------------------------- |
|
702 // |
|
703 RESOURCE CBA r_pbk2_softkeys_merge_back_mark |
|
704 { |
|
705 flags = 0; |
|
706 buttons = |
|
707 { |
|
708 CBA_BUTTON |
|
709 { |
|
710 id = EAknSoftkeyOk; |
|
711 txt = text_softkey_merge; |
|
712 }, |
|
713 CBA_BUTTON |
|
714 { |
|
715 id = EAknSoftkeyCancel; |
|
716 txt= text_softkey_cancel; |
|
717 }, |
|
718 CBA_BUTTON |
|
719 { |
|
720 id = EAknSoftkeyMark; |
|
721 txt = text_softkey_mark; |
|
722 } |
|
723 }; |
|
724 } |
|
725 |
|
726 // -------------------------------------------------------------------------- |
|
727 // Done - Select - Cancel |
|
728 // -------------------------------------------------------------------------- |
|
729 // |
|
730 RESOURCE CBA r_pbk2_softkeys_done_cancel_select |
|
731 { |
|
732 flags = 0; |
|
733 buttons = |
|
734 { |
|
735 CBA_BUTTON |
|
736 { |
|
737 id = EAknSoftkeyDone; |
|
738 txt = text_softkey_done; |
|
739 }, |
|
740 CBA_BUTTON |
|
741 { |
|
742 id = EAknSoftkeyCancel; |
|
743 txt= text_softkey_cancel; |
|
744 }, |
|
745 CBA_BUTTON |
|
746 { |
|
747 id = EAknSoftkeySelect; |
|
748 txt = qtn_msk_select; |
|
749 } |
|
750 }; |
|
751 } |
|
752 |
|
753 // -------------------------------------------------------------------------- |
|
754 // Next - Select - Cancel |
|
755 // -------------------------------------------------------------------------- |
|
756 // |
|
757 RESOURCE CBA r_pbk2_softkeys_next_cancel_select |
|
758 { |
|
759 flags = 0; |
|
760 buttons = |
|
761 { |
|
762 CBA_BUTTON |
|
763 { |
|
764 id = EAknSoftkeyDone; |
|
765 txt = text_softkey_next; |
|
766 }, |
|
767 CBA_BUTTON |
|
768 { |
|
769 id = EAknSoftkeyCancel; |
|
770 txt= text_softkey_cancel; |
|
771 }, |
|
772 CBA_BUTTON |
|
773 { |
|
774 id = EAknSoftkeySelect; |
|
775 txt = qtn_msk_select; |
|
776 } |
|
777 }; |
|
778 } |
|
779 // End of File |