[UPDATE] Correct 2 item terms in menu.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@728 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
1bfddb1203
commit
12500d57c6
@ -255,8 +255,8 @@ BEGIN
|
|||||||
POPUP "Blank Operations"
|
POPUP "Blank Operations"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "Trim Trailing Space", IDM_EDIT_TRIMTRAILING
|
MENUITEM "Trim Trailing Space", IDM_EDIT_TRIMTRAILING
|
||||||
MENUITEM "Trim Header Space", IDM_EDIT_TRIMLINEHEAD
|
MENUITEM "Trim Leading Space", IDM_EDIT_TRIMLINEHEAD
|
||||||
MENUITEM "Trim Header and Trailing Space", IDM_EDIT_TRIM_BOTH
|
MENUITEM "Trim Leading and Trailing Space", IDM_EDIT_TRIM_BOTH
|
||||||
MENUITEM "EOL to Space", IDM_EDIT_EOL2WS
|
MENUITEM "EOL to Space", IDM_EDIT_EOL2WS
|
||||||
MENUITEM "Remove Unnecessary Blank and EOL", IDM_EDIT_TRIMALL
|
MENUITEM "Remove Unnecessary Blank and EOL", IDM_EDIT_TRIMALL
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
|
Loading…
Reference in New Issue
Block a user