Commit 10b95544 authored by claes's avatar claes

New ge fetched from 3.9

parent 9ff43917
This diff is collapsed.
......@@ -168,7 +168,7 @@ object functions_entry : XmCascadeButton
{
arguments
{
XmNlabelString = compound_string("Recall store");
XmNlabelString = compound_string("Store");
XmNmnemonic = keysym('s');
XmNfontList = menu_font;
};
......@@ -181,7 +181,7 @@ object functions_entry : XmCascadeButton
{
arguments
{
XmNlabelString = compound_string("Recall next");
XmNlabelString = compound_string("Recall");
XmNmnemonic = keysym('n');
XmNaccelerator = "Ctrl<Key>N";
XmNacceleratorText = compound_string('Ctrl+N');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment