Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Ferrillo
wine
Commits
6407cd8e
Commit
6407cd8e
authored
12 years ago
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
winedbg: Make the crash dialog slightly larger and minimize/maximize-able.
parent
5e932efb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
programs/winedbg/winedbg.rc
+6
-6
6 additions, 6 deletions
programs/winedbg/winedbg.rc
with
6 additions
and
6 deletions
programs/winedbg/winedbg.rc
+
6
−
6
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,
3
00,
2
40
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_VISIBLE
IDD_DETAILS_DLG DIALOGEX 100, 100,
4
00,
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,
2
92,
1
72, ES_MULTILINE | ES_READONLY | WS_HSCROLL | WS_VSCROLL, WS_TABSTOP
EDITTEXT IDC_CRASH_TXT, 4, 4,
3
92,
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,
1
85,
2
88,32
DEFPUSHBUTTON "Close", IDOK,
2
26,
2
20, 70, 16, WS_TABSTOP
PUSHBUTTON "&Save As...", ID_SAVEAS,
1
52,
2
20, 70, 16, WS_TABSTOP
IDC_STATIC_TXT2,"SysLink",0,6,
2
85,
3
88,32
DEFPUSHBUTTON "Close", IDOK,
3
26,
3
20, 70, 16, WS_TABSTOP
PUSHBUTTON "&Save As...", ID_SAVEAS,
2
52,
3
20, 70, 16, WS_TABSTOP
END
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment