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
54542829
Commit
54542829
authored
Oct 24, 2003
by
Mike Hearn
Committed by
Alexandre Julliard
Oct 24, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor GUI relayout.
parent
f9df57d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
En.rc
programs/winecfg/En.rc
+3
-6
winecfg.c
programs/winecfg/winecfg.c
+0
-2
No files found.
programs/winecfg/En.rc
View file @
54542829
...
...
@@ -51,9 +51,6 @@ IDD_APPCFG DIALOG DISCARDABLE 0, 0, 260, 250
STYLE WS_CHILD | WS_DISABLED
FONT 8, "MS Sans Serif"
BEGIN
/* CONTROL "List2",IDC_LIST_APPS,"SysListView32",LVS_LIST |
LVS_NOLABELWRAP | WS_BORDER | WS_TABSTOP,16,39,226,108
*/
CONTROL "Configuring global settings",IDC_EDITING_GLOBAL,
"Button",BS_AUTORADIOBUTTON,8,8,244,10
CONTROL "Configuring application specific setttings",IDC_EDITING_APP,
...
...
@@ -63,10 +60,10 @@ BEGIN
LTEXT "Here you can override the default settings on a per-application basis:",
IDC_STATIC,8,35,244,20
LISTBOX IDC_LIST_APPS,8,48,244,1
08
,WS_TABSTOP | WS_VSCROLL
LISTBOX IDC_LIST_APPS,8,48,244,1
76
,WS_TABSTOP | WS_VSCROLL
PUSHBUTTON "Add new application...",IDC_ADD_APPDEFAULT,170,
155
,82,14
PUSHBUTTON "Remove",IDC_REMOVE_APPDEFAULT,130,
155
,37,14
PUSHBUTTON "Add new application...",IDC_ADD_APPDEFAULT,170,
226
,82,14
PUSHBUTTON "Remove",IDC_REMOVE_APPDEFAULT,130,
226
,37,14
END
...
...
programs/winecfg/winecfg.c
View file @
54542829
...
...
@@ -25,9 +25,7 @@
* - Implement autodetect for drive configuration
* - Figure out whether we need the virtual vs real drive selection stuff at the top of the property page
* - Implement explicit mode vs instant-apply mode
* - AppDefaults handling
* - DLL editing
* - Make a list of prefs that have been dropped from the UI/should be eliminated
* - Multimedia page
* - Settings migration code (from old configs)
* - Clean up resource.h, it's a bog
...
...
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