~azzar1/unity/shortcut-hint

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/unity-quicklist-menu-accessible.cpp

  • Committer: Andrea Azzarone
  • Date: 2012-01-13 15:35:44 UTC
  • mfrom: (1739.1.92 unity)
  • Revision ID: azzaronea@gmail.com-20120113153544-g01rcc44wrbkjsg8
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
    return;
175
175
 
176
176
  atk_object_set_role(accessible, ATK_ROLE_MENU);
177
 
  atk_object_set_name(accessible, "QuicklistMenu");
 
177
  atk_object_set_name(accessible, _("Quicklist"));
178
178
 
179
179
  self->priv->on_selection_change_connection =
180
180
    quicklist->selection_change.connect(sigc::bind(sigc::ptr_fun(on_selection_change_cb), self));