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
6970516b
Commit
6970516b
authored
Oct 12, 2008
by
Muneyuki Noguchi
Committed by
Alexandre Julliard
Oct 13, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps.drv: Convert Japanese resource to UTF-8.
parent
2c87922c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
wps_Ja.rc
dlls/wineps.drv/wps_Ja.rc
+11
-6
No files found.
dlls/wineps.drv/wps_Ja.rc
View file @
6970516b
...
...
@@ -16,22 +16,27 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
CAPTION "
用
紙"
CAPTION "
用紙
"
FONT 9, "MS Shell Dlg"
{
LTEXT "
用紙サイ
ズ(&z):", -1, 10, 6, 100, 8
LTEXT "
用紙サイズ
(&z):", -1, 10, 6, 100, 8
LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
WS_TABSTOP
GROUPBOX "方向", -1, 10, 80, 200, 50
CONTROL "
縦
(&P)", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
GROUPBOX "
方向
", -1, 10, 80, 200, 50
CONTROL "
縦
(&P)", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
WS_TABSTOP, 20, 90, 60, 10
CONTROL "横(&L)", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
CONTROL "
横
(&L)", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
20, 110, 60, 10
LTEXT "
両面印刷:", IDD_DUPLEX_NAME, 10, 140, 100,
8
LTEXT "
両面印刷:", IDD_DUPLEX_NAME, 10, 140, 100, 8
COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
WS_TABSTOP
}
#pragma code_page(default)
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