@@ -228,7 +228,10 @@ public static int findBacklightSettingIndex( int value ) {
228228 ReaderView .SELECTION_ACTION_FIND ,
229229 ReaderView .SELECTION_ACTION_DICTIONARY_1 ,
230230 ReaderView .SELECTION_ACTION_DICTIONARY_2 ,
231- ReaderView .SELECTION_ACTION_SEARCH_WEB
231+ ReaderView .SELECTION_ACTION_SEARCH_WEB ,
232+ ReaderView .SELECTION_ACTION_SEND_TO ,
233+ ReaderView .SELECTION_ACTION_USER_DIC ,
234+ ReaderView .SELECTION_ACTION_CITATION
232235 };
233236 int [] mSelectionActionTitles = new int [] {
234237 R .string .options_selection_action_toolbar ,
@@ -239,6 +242,9 @@ public static int findBacklightSettingIndex( int value ) {
239242 R .string .options_selection_action_dictionary_1 ,
240243 R .string .options_selection_action_dictionary_2 ,
241244 R .string .mi_search_web ,
245+ R .string .options_selection_action_mail ,
246+ R .string .mi_user_dic ,
247+ R .string .mi_citation ,
242248 };
243249 int [] mMultiSelectionAction = new int [] {
244250 ReaderView .SELECTION_ACTION_TOOLBAR ,
@@ -248,7 +254,10 @@ public static int findBacklightSettingIndex( int value ) {
248254 ReaderView .SELECTION_ACTION_FIND ,
249255 ReaderView .SELECTION_ACTION_DICTIONARY_1 ,
250256 ReaderView .SELECTION_ACTION_DICTIONARY_2 ,
251- ReaderView .SELECTION_ACTION_SEARCH_WEB
257+ ReaderView .SELECTION_ACTION_SEARCH_WEB ,
258+ ReaderView .SELECTION_ACTION_SEND_TO ,
259+ ReaderView .SELECTION_ACTION_USER_DIC ,
260+ ReaderView .SELECTION_ACTION_CITATION
252261 };
253262 int [] mMultiSelectionActionTitles = new int [] {
254263 R .string .options_selection_action_toolbar ,
@@ -259,6 +268,9 @@ public static int findBacklightSettingIndex( int value ) {
259268 R .string .options_selection_action_dictionary_1 ,
260269 R .string .options_selection_action_dictionary_2 ,
261270 R .string .mi_search_web ,
271+ R .string .options_selection_action_mail ,
272+ R .string .mi_user_dic ,
273+ R .string .mi_citation ,
262274 };
263275 int [] mAntialias = new int [] {
264276 0 , 1 , 2
0 commit comments