--- gigedit/trunk/src/gigedit/mainwindow.cpp 2017/05/10 23:07:28 3173 +++ gigedit/trunk/src/gigedit/mainwindow.cpp 2017/05/10 23:10:37 3174 @@ -914,6 +914,9 @@ ); menuMacro->append(*item); item->set_accel_path("/macro_" + ToString(iMacro)); + Glib::ustring comment = macro.comment(); + if (!comment.empty()) + item->set_tooltip_text(comment); } // if there are no macros configured at all, then show a dummy entry instead if (m_macros.empty()) {