I've fixed some minor bugs in notepad
Changelog:
- I've added
UpdateWindowCaption() to WinMain(...); if you run "wine notepad --
text.txt" you get "CAPTION - text.txt" for the caption, where CAPTION is name
for Notepad in your language. But if you run "wine notepad", you get "Notepad"
in caption. I found out that if you run notepad with file name, it calls
DoOpenFile(...) which calls UpdateWindowCaption in the end. So i've added
UpdateWindowCaption in WinMain so it displays proper caption.
- I've also changed the "ERROR"
Caption of AlertFileNotSaved to "WARNING" since it's more warning than a real
error.
|
Attachment:
notepad.patch
Description: Binary data