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
cd8e1f8e
Commit
cd8e1f8e
authored
Jul 21, 2010
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 21, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
notepad: Move from a per resource to a global LANGUAGE setting.
parent
f6ff7225
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
Hu.rc
programs/notepad/Hu.rc
+4
-2
Zh.rc
programs/notepad/Zh.rc
+4
-3
No files found.
programs/notepad/Hu.rc
View file @
cd8e1f8e
...
...
@@ -23,7 +23,9 @@
#include "notepad_res.h"
MAIN_MENU MENU LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
MAIN_MENU MENU
{
POPUP "&Fjl" {
MENUITEM "&j\tCtrl+N", CMD_NEW
...
...
@@ -93,7 +95,7 @@ PUSHBUTTON "Mgse", IDCANCEL, 180, 21, 40, 15, WS_TABSTOP
PUSHBUTTON "&Sg", IDHELP, 180, 39, 40, 15, WS_TABSTOP
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
STRING_PAGESETUP_HEADERVALUE, "&f"
STRING_PAGESETUP_FOOTERVALUE, "Oldalszm: &p."
...
...
programs/notepad/Zh.rc
View file @
cd8e1f8e
...
...
@@ -24,7 +24,9 @@
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
MAIN_MENU MENU LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
MAIN_MENU MENU
{
POPUP "文件(&F)" {
MENUITEM "新建(&N)\tCtrl+N", CMD_NEW
...
...
@@ -69,7 +71,6 @@ POPUP "帮助(&H)" {
/* Dialog `Page setup' */
DIALOG_PAGESETUP DIALOG 0, 0, 225, 95
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 9, "MS Shell Dlg"
CAPTION "页面设置"
...
...
@@ -94,7 +95,7 @@ PUSHBUTTON "取消", IDCANCEL, 180, 21, 40, 15, WS_TABSTOP
PUSHBUTTON "帮助(&H)", IDHELP, 180, 39, 40, 15, WS_TABSTOP
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STRINGTABLE DISCARDABLE
{
STRING_PAGESETUP_HEADERVALUE, "&f"
STRING_PAGESETUP_FOOTERVALUE, "&p 页"
...
...
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