--- gigedit/trunk/src/gigedit/ReferencesView.cpp 2016/04/30 14:42:14 2894 +++ gigedit/trunk/src/gigedit/ReferencesView.cpp 2017/05/08 18:05:35 3158 @@ -14,7 +14,7 @@ ReferencesView::ReferencesView(Gtk::Window& parent) : ManagedDialog("", parent, true), m_sample(NULL), - m_closeButton(_("_Close"), true), m_descriptionLabel() + m_closeButton(Gtk::Stock::CLOSE), m_descriptionLabel() { set_title("Nothing selected");