https://bz.apache.org/ooo/show_bug.cgi?id=128375

Peter <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Peter <[email protected]> ---
Czelaw 
There are other strings which have a ~ sign
another example:
String STR_EFFECTDLG_ACTION
{
        Text [ en-US ] = "Act~ion" ;
};
        CheckBox CB_UNDO_DELETE_DISABLE
        {
                HelpID =
"sd:CheckBox:RID_UNDO_DELETE_WARNING:CB_UNDO_DELETE_DISABLE" ;
                Pos = MAP_APPFONT ( 39, (4 * 12) + 9 ) ;
                Size = MAP_APPFONT ( 175, 12 ) ;
                Text [ en-US ] = "~Do not show this warning again" ;
        };

String STR_EDIT_OBJ
{
        Text [ en-US ] = "~Edit" ;
};

I guess we should remove the ~ Signs.
I have created a pull request on github removing all ~ in the file:
https://github.com/apache/openoffice/pull/153

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to