--- gigedit/trunk/src/gigedit/scripteditor.cpp 2016/07/22 18:14:29 2975 +++ gigedit/trunk/src/gigedit/scripteditor.cpp 2017/05/08 18:05:35 3158 @@ -60,8 +60,8 @@ ScriptEditor::ScriptEditor() : m_statusLabel("", Gtk::ALIGN_START), - m_applyButton(_("_Apply"), true), - m_cancelButton(_("_Cancel"), true) + m_applyButton(Gtk::Stock::APPLY), + m_cancelButton(Gtk::Stock::CANCEL) { m_script = NULL; #if USE_LS_SCRIPTVM