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
219c4733
Commit
219c4733
authored
Aug 22, 2007
by
Alexander Nicolaysen Sørnes
Committed by
Alexandre Julliard
Aug 23, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wordpad: Don't show full path in caption.
parent
45c5b11f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
wordpad.c
programs/wordpad/wordpad.c
+3
-0
No files found.
programs/wordpad/wordpad.c
View file @
219c4733
...
...
@@ -155,6 +155,7 @@ static DWORD CALLBACK stream_out(DWORD_PTR cookie, LPBYTE buffer, LONG cb, LONG
return
0
;
}
static
LPWSTR
file_basename
(
LPWSTR
path
)
{
LPWSTR
pos
=
path
+
lstrlenW
(
path
);
...
...
@@ -182,6 +183,8 @@ static void set_caption(LPCWSTR wszNewFileName)
if
(
!
wszNewFileName
)
wszNewFileName
=
wszDefaultFileName
;
else
wszNewFileName
=
file_basename
((
LPWSTR
)
wszNewFileName
);
wszCaption
=
HeapAlloc
(
GetProcessHeap
(),
HEAP_ZERO_MEMORY
,
lstrlenW
(
wszNewFileName
)
*
sizeof
(
WCHAR
)
+
sizeof
(
wszSeparator
)
+
sizeof
(
wszAppTitle
));
...
...
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