Code review comment for lp:~azzar1/unity/hud-shortcut-overlay

Revision history for this message
Andrea Azzarone (azzar1) wrote :

> I'm referring to this:
>
> 50 - std::string const menubar = _("Menu Bar");
> 51 -
> 52 - hints_.push_back(new shortcut::Hint(menubar, "", "", _("Reveals
> application menu."), shortcut::HARDCODED_OPTION, "Alt"));
> 53 + std::string const menubar(_("HUD & Top Bar"));
>
> You call the panel "Top Bar", while the revision http://bazaar.launchpad.net
> /~unity-team/unity/trunk/revision/2021 changed it to "Menu Bar". It fixed the
> bug #926213 signed off by MPT.

Done. Sorry about this.

« Back to merge proposal