Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from justinribeiro/add-reply
Browse files Browse the repository at this point in the history
Adds REPLY option to insertItemWithAction case.
  • Loading branch information
mimming committed Aug 1, 2013
2 parents 55dac96 + 256c1c1 commit f5ff9c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
$menu_items = array();

// A couple of built in menu items
$menu_item = new Google_MenuItem();
$menu_item->setAction("REPLY");
array_push($menu_items, $menu_item);

$menu_item = new Google_MenuItem();
$menu_item->setAction("READ_ALOUD");
array_push($menu_items, $menu_item);
Expand Down

0 comments on commit f5ff9c6

Please sign in to comment.