calendarui/editors/data/CalenDefaultEditorsData.rss
branchRCL_3
changeset 14 21239b3bcd78
parent 13 1984aceb8774
child 27 aba12c885d83
equal deleted inserted replaced
13:1984aceb8774 14:21239b3bcd78
   200             command = EAknCmdHelp;
   200             command = EAknCmdHelp;
   201             txt = qtn_options_help;
   201             txt = qtn_options_help;
   202             },
   202             },
   203         MENU_ITEM
   203         MENU_ITEM
   204             {
   204             {
   205             command = EAknCmdExit;
   205             command = EAknSoftkeyExit;
   206             txt = qtn_options_exit;
   206             txt = qtn_options_exit;
   207             }
   207             }
   208         };
   208         };
   209     }
   209     }
   210 
   210 
   271             command = EAknCmdHelp;
   271             command = EAknCmdHelp;
   272             txt = qtn_options_help;
   272             txt = qtn_options_help;
   273             },
   273             },
   274         MENU_ITEM
   274         MENU_ITEM
   275             {
   275             {
   276             command = EAknCmdExit;
   276             command = EAknSoftkeyExit;
   277             txt = qtn_options_exit;
   277             txt = qtn_options_exit;
   278             }
   278             }
   279         };
   279         };
   280     }         
   280     }         
   281 // ---------------------------------------------------------
   281 // ---------------------------------------------------------
  1641             command = EAknCmdHelp;
  1641             command = EAknCmdHelp;
  1642             txt = qtn_options_help;
  1642             txt = qtn_options_help;
  1643             },
  1643             },
  1644         MENU_ITEM
  1644         MENU_ITEM
  1645             {
  1645             {
  1646             command = EAknCmdExit;
  1646             command = EAknSoftkeyExit;
  1647             txt = qtn_options_exit;
  1647             txt = qtn_options_exit;
  1648             }
  1648             }
  1649         };
  1649         };
  1650     }
  1650     }
  1651 
  1651