Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
4896c7c9
Commit
4896c7c9
authored
Jun 04, 2010
by
Paul Vriens
Committed by
Alexandre Julliard
Jun 07, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winhlp32: Define LANGUAGE only once.
parent
6608613b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
Nl.rc
programs/winhlp32/Nl.rc
+7
-5
No files found.
programs/winhlp32/Nl.rc
View file @
4896c7c9
...
...
@@ -23,9 +23,11 @@
#pragma code_page(65001)
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
/* Menu */
MAIN_MENU MENU
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
MAIN_MENU MENU
{
POPUP "&Bestand" {
MENUITEM "&Openen", MNID_FILE_OPEN
...
...
@@ -70,7 +72,7 @@ MAIN_MENU MENU LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
}
}
IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Index"
...
...
@@ -78,7 +80,7 @@ CAPTION "Index"
LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
}
IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Zoeken"
...
...
@@ -87,7 +89,7 @@ CAPTION "Zoeken"
}
/* Strings */
STRINGTABLE DISCARDABLE
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
{
STID_WINE_HELP, "Wine Help"
STID_WHERROR, "FOUT"
...
...
@@ -105,7 +107,7 @@ STID_NO_RICHEDIT "Kan geen richedit implementatie vinden... Actie afgebroken"
STID_PSH_INDEX, "Help-onderwerpen: "
}
CONTEXT_MENU MENU
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
CONTEXT_MENU MENU
BEGIN
POPUP ""
BEGIN
...
...
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