Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
7ca8ea4b
Commit
7ca8ea4b
authored
Sep 29, 2017
by
Marvin Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: Add build date + time to about dialog
parent
b40e9aa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/gui/macosx/VLCAboutWindowController.m
modules/gui/macosx/VLCAboutWindowController.m
+1
-1
No files found.
modules/gui/macosx/VLCAboutWindowController.m
View file @
7ca8ea4b
...
...
@@ -115,7 +115,7 @@
#else
compiler
=
[
NSString
stringWithFormat
:
@"llvm-gcc %s"
,
__VERSION__
];
#endif
[
o_revision_field
setStringValue
:
[
NSString
stringWithFormat
:
_NS
(
"Compiled by %s with %@"
)
,
VLC_CompileBy
(),
compiler
]];
[
o_revision_field
setStringValue
:
[
NSString
stringWithFormat
:
@
"Compiled by %s with %@
(%s %s)
"
,
VLC_CompileBy
(),
compiler
,
__DATE__
,
__TIME__
]];
/* Setup the nameversion field */
[
o_name_version_field
setStringValue
:
[
NSString
stringWithFormat
:
@"Version %s (%s)"
,
VERSION_MESSAGE
,
PLATFORM
]];
...
...
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