equal
deleted
inserted
replaced
30 |
30 |
31 #define EMtudCommandTransferSend 0x1000 |
31 #define EMtudCommandTransferSend 0x1000 |
32 #define EMtudCommandTransferReceive 0x2000 |
32 #define EMtudCommandTransferReceive 0x2000 |
33 #define EMtudCommandSendAs 0x4000 |
33 #define EMtudCommandSendAs 0x4000 |
34 |
34 |
|
35 // 3 party mtm can be visible in messaging |
|
36 // app by installing |
|
37 // thier sisx mtm on device. |
|
38 // This flag is added to help them to allow |
|
39 // their function command( item specific only) |
|
40 // to be visible in Stylus menu when |
|
41 // user long tap on their message visible in |
|
42 // messaging folder |
|
43 // Note: This flag should be set(OR) |
|
44 // only in 3 party mtm RSS file for specific |
|
45 // command. It should be not be set |
|
46 // or reset anywhere else. |
|
47 // messaging app will only read this setting. |
|
48 #define EMtudCommandItemSpecific 0x8000 |
|
49 |
35 // |
50 // |
36 // Key flags - for TMtmUiFunction::iPreferredHotKeyModifiers |
51 // Key flags - for TMtmUiFunction::iPreferredHotKeyModifiers |
37 |
52 |
38 #define EMtudShift 0x01 |
53 #define EMtudShift 0x01 |
39 #define EMtudCtrl 0x02 |
54 #define EMtudCtrl 0x02 |