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
724dd10e
Commit
724dd10e
authored
Jul 12, 2006
by
Thomas Kho
Committed by
Alexandre Julliard
Jul 13, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
notepad: Change file not saved alert title to match Windows' notepad.exe.
parent
3ec165fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dialog.c
programs/notepad/dialog.c
+1
-1
No files found.
programs/notepad/dialog.c
View file @
724dd10e
...
...
@@ -104,7 +104,7 @@ static int AlertFileNotSaved(LPCWSTR szFileName)
wsprintf
(
szMessage
,
szResource
,
szFileName
[
0
]
?
szFileName
:
szUntitled
);
/* Load Caption */
LoadString
(
Globals
.
hInstance
,
STRING_
ERROR
,
szResource
,
SIZEOF
(
szResource
));
LoadString
(
Globals
.
hInstance
,
STRING_
NOTEPAD
,
szResource
,
SIZEOF
(
szResource
));
/* Display modal */
return
MessageBox
(
Globals
.
hMainWnd
,
szMessage
,
szResource
,
MB_ICONEXCLAMATION
|
MB_YESNOCANCEL
);
...
...
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