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
6407cd8e
Commit
6407cd8e
authored
Aug 06, 2012
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Aug 15, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Make the crash dialog slightly larger and minimize/maximize-able.
parent
5e932efb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
winedbg.rc
programs/winedbg/winedbg.rc
+6
-6
No files found.
programs/winedbg/winedbg.rc
View file @
6407cd8e
...
...
@@ -58,17 +58,17 @@ BEGIN
PUSHBUTTON "Show &Details", ID_DETAILS, 140, 151, 60, 16, WS_TABSTOP
END
IDD_DETAILS_DLG DIALOGEX 100, 100,
300, 2
40
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_VISIBLE
IDD_DETAILS_DLG DIALOGEX 100, 100,
400, 3
40
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_
MINIMIZEBOX | WS_MAXIMIZEBOX | WS_
VISIBLE
CAPTION "Program Error Details"
FONT 8, "MS Shell Dlg"
BEGIN
EDITTEXT IDC_CRASH_TXT, 4, 4,
292, 1
72, ES_MULTILINE | ES_READONLY | WS_HSCROLL | WS_VSCROLL, WS_TABSTOP
EDITTEXT IDC_CRASH_TXT, 4, 4,
392, 2
72, ES_MULTILINE | ES_READONLY | WS_HSCROLL | WS_VSCROLL, WS_TABSTOP
CONTROL "If this problem is not present under Windows and has not been reported yet, \
you can save the detailed information to a file using the \"Save As\" button, \
then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> \
and attach that file to the report.",
IDC_STATIC_TXT2,"SysLink",0,6,
185,2
88,32
DEFPUSHBUTTON "Close", IDOK,
226, 2
20, 70, 16, WS_TABSTOP
PUSHBUTTON "&Save As...", ID_SAVEAS,
152, 2
20, 70, 16, WS_TABSTOP
IDC_STATIC_TXT2,"SysLink",0,6,
285,3
88,32
DEFPUSHBUTTON "Close", IDOK,
326, 3
20, 70, 16, WS_TABSTOP
PUSHBUTTON "&Save As...", ID_SAVEAS,
252, 3
20, 70, 16, WS_TABSTOP
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