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
8ef6f5d7
Commit
8ef6f5d7
authored
Aug 29, 2005
by
Yuri Kozlov
Committed by
Alexandre Julliard
Aug 29, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Theme dialog added in Ru.rc.
parent
e08029fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
+22
-2
Ru.rc
programs/winecfg/Ru.rc
+22
-2
No files found.
programs/winecfg/Ru.rc
View file @
8ef6f5d7
...
...
@@ -42,7 +42,7 @@ STYLE WS_CHILD | WS_DISABLED
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX " ",IDC_STATIC, 8,4,244,240
LTEXT "Wine Windows . , .",
LTEXT "Wine Windows . , .",
IDC_STATIC,15,20,227,60
CONTROL "",IDC_APP_LISTVIEW,"SysListView32",WS_BORDER | WS_TABSTOP | LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS,
15,65,230,134
...
...
@@ -61,7 +61,7 @@ BEGIN
GROUPBOX " ",IDC_STATIC,8,25,244,110
CONTROL " DirectX ",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,35,23
0
,8
CONTROL " DirectX ",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,35,23
5
,8
CONTROL " ",IDC_DOUBLE_BUFFER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,45,230,8
/* FIXME: the wording of this explanation could be a lot better */
...
...
@@ -170,12 +170,32 @@ BEGIN
END
IDD_APPEARANCE DIALOG DISCARDABLE 0, 0, 260, 250
STYLE WS_CHILD | WS_DISABLED
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX " ",IDC_STATIC,8,10,244,94
LTEXT ":",IDC_STATIC,15,22,228,8
COMBOBOX IDC_THEME_THEMECOMBO,15,30,228,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT ":",IDC_THEME_COLORTEXT,15,48,228,8
COMBOBOX IDC_THEME_COLORCOMBO,15,56,228,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT ":",IDC_THEME_SIZETEXT,15,74,228,8
COMBOBOX IDC_THEME_SIZECOMBO,15,82,228,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_WINE_VERSION "CVS"
IDS_TAB_APPLICATIONS ""
IDS_TAB_DLLS ""
IDS_TAB_DRIVES ""
IDS_CHOOSE_PATH " unix ."
IDS_HIDE_ADVANCED " "
IDS_SHOW_ADVANCED " "
IDS_NOTHEME "( )"
IDS_TAB_GRAPHICS ""
IDS_TAB_APPEARANCE " "
IDS_TAB_AUDIO ""
IDS_TAB_ABOUT " "
IDS_WINECFG_TITLE " Wine"
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