Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
4a9adfa0
Commit
4a9adfa0
authored
May 23, 2008
by
Dylan Smith
Committed by
Alexandre Julliard
May 28, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wordpad: Removed spaces between dots in ellipses for english menu text.
parent
356c47e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
En.rc
programs/wordpad/En.rc
+15
-15
No files found.
programs/wordpad/En.rc
View file @
4a9adfa0
...
...
@@ -22,16 +22,16 @@ IDM_MAINMENU MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&New
. . .\tCtrl+N",
ID_FILE_NEW
MENUITEM "&Open
. . .\tCtrl+O",
ID_FILE_OPEN
MENUITEM "&New
...\tCtrl+N",
ID_FILE_NEW
MENUITEM "&Open
...\tCtrl+O",
ID_FILE_OPEN
MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
MENUITEM "Save &as
. . .",
ID_FILE_SAVEAS
MENUITEM "Save &as
...",
ID_FILE_SAVEAS
MENUITEM SEPARATOR
MENUITEM "&Print
. . .\tCtrl+P",
ID_PRINT
MENUITEM "Print previe&w
. . .",
ID_PREVIEW
MENUITEM "Pag&e setup
. . .",
ID_PRINTSETUP
MENUITEM "&Print
...\tCtrl+P",
ID_PRINT
MENUITEM "Print previe&w
...",
ID_PREVIEW
MENUITEM "Pag&e setup
...",
ID_PRINTSETUP
MENUITEM SEPARATOR
MENUITEM "E&xit", ID_FILE_EXIT
MENUITEM "E&xit",
ID_FILE_EXIT
END
POPUP "&Edit"
BEGIN
...
...
@@ -44,9 +44,9 @@ BEGIN
MENUITEM "&Clear\tDEL", ID_EDIT_CLEAR
MENUITEM "&Select all\tCtrl+A", ID_EDIT_SELECTALL
MENUITEM SEPARATOR
MENUITEM "&Find
. . .\tCrtl+F",
ID_FIND
MENUITEM "&Find
...\tCrtl+F",
ID_FIND
MENUITEM "Find &next\tF3", ID_FIND_NEXT
MENUITEM "&Replace
. . .\tCtrl+H",
ID_REPLACE
MENUITEM "&Replace
...\tCtrl+H",
ID_REPLACE
MENUITEM SEPARATOR
MENUITEM "Read-&only", ID_EDIT_READONLY
MENUITEM "&Modified", ID_EDIT_MODIFIED
...
...
@@ -67,18 +67,18 @@ BEGIN
MENUITEM "&Ruler", ID_TOGGLE_RULER
MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
MENUITEM SEPARATOR
MENUITEM "&Options
. . .",
ID_VIEWPROPERTIES
MENUITEM "&Options
...",
ID_VIEWPROPERTIES
END
POPUP "&Insert"
BEGIN
MENUITEM "&Date and time
. .
.", ID_DATETIME
MENUITEM "&Date and time
..
.", ID_DATETIME
END
POPUP "F&ormat"
BEGIN
MENUITEM "&Font
. . .",
ID_FONTSETTINGS
MENUITEM "&Font
...",
ID_FONTSETTINGS
MENUITEM "&Bullet points" ID_BULLET
MENUITEM "&Paragraph
. . ."
ID_PARAFORMAT
MENUITEM "&Tabs
. . ."
ID_TABSTOPS
MENUITEM "&Paragraph
..."
ID_PARAFORMAT
MENUITEM "&Tabs
..."
ID_TABSTOPS
POPUP "Backgroun&d"
BEGIN
MENUITEM "&System\tCtrl+1", ID_BACK_1
...
...
@@ -100,7 +100,7 @@ BEGIN
MENUITEM "&Paste", ID_EDIT_PASTE
MENUITEM SEPARATOR
MENUITEM "&Bullet points" ID_BULLET
MENUITEM "&Paragraph
. . ."
ID_PARAFORMAT
MENUITEM "&Paragraph
..."
ID_PARAFORMAT
END
END
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment