equal
deleted
inserted
replaced
273 RESOURCE CBA r_softkeys_quit |
273 RESOURCE CBA r_softkeys_quit |
274 { |
274 { |
275 buttons = |
275 buttons = |
276 { |
276 { |
277 CBA_BUTTON {id=0; txt=""; }, |
277 CBA_BUTTON {id=0; txt=""; }, |
278 CBA_BUTTON {id=EVCommandSoftKeyQuit; txt=text_softkey_quit;} |
278 //CBA_BUTTON {id=EVCommandSoftKeyQuit; txt=text_softkey_quit;} |
|
279 CBA_BUTTON {id=EAknSoftkeyDone; txt=text_softkey_quit;} |
279 }; |
280 }; |
280 } |
281 } |
281 |
282 |
282 //----------------------------------------------------------------------------- |
283 //----------------------------------------------------------------------------- |
283 // |
284 // |