Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
c7c8cba5
Commit
c7c8cba5
authored
Aug 25, 2005
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile fix tentative
parent
7a09e136
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/gui/wxwidgets/interface.cpp
modules/gui/wxwidgets/interface.cpp
+4
-4
No files found.
modules/gui/wxwidgets/interface.cpp
View file @
c7c8cba5
...
@@ -863,10 +863,10 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) )
...
@@ -863,10 +863,10 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) )
msg
.
Printf
(
wxString
(
wxT
(
"VLC media player "
PACKAGE_VERSION
))
+
msg
.
Printf
(
wxString
(
wxT
(
"VLC media player "
PACKAGE_VERSION
))
+
wxU
(
_
(
" (wxWidgets interface)
\n\n
"
))
+
wxU
(
_
(
" (wxWidgets interface)
\n\n
"
))
+
wxU
(
_
(
"(c) 1996-2005 - the VideoLAN Team
\n\n
"
))
+
wxU
(
_
(
"(c) 1996-2005 - the VideoLAN Team
\n\n
"
))
+
wxU
(
_
(
"Compiled by "
))
+
wx
T
(
VLC_CompileBy
())
+
wxT
(
"@"
)
+
wxU
(
_
(
"Compiled by "
))
+
wx
U
(
VLC_CompileBy
())
+
wxU
(
"@"
)
+
wx
T
(
VLC_CompileHost
())
+
wxT
(
"."
)
+
wxT
(
VLC_CompileDomain
())
+
wxT
(
".
\n
"
)
+
wx
U
(
VLC_CompileHost
())
+
wxT
(
"."
)
+
wxU
(
VLC_CompileDomain
())
+
wxT
(
".
\n
"
)
+
wxU
(
_
(
"Compiler: "
))
+
wx
T
(
VLC_Compiler
())
+
wxT
(
".
\n
"
)
+
wxU
(
_
(
"Compiler: "
))
+
wx
U
(
VLC_Compiler
())
+
wxT
(
".
\n
"
)
+
wxU
(
_
(
"Based on SVN revision: "
))
+
wx
T
(
VLC_Changeset
())
+
wxT
(
".
\n\n
"
)
+
wxU
(
_
(
"Based on SVN revision: "
))
+
wx
U
(
VLC_Changeset
())
+
wxT
(
".
\n\n
"
)
+
#ifdef __WXMSW__
#ifdef __WXMSW__
wxU
(
vlc_wraptext
(
INTF_ABOUT_MSG
,
WRAPCOUNT
,
VLC_TRUE
)
)
+
wxT
(
"
\n\n
"
)
+
wxU
(
vlc_wraptext
(
INTF_ABOUT_MSG
,
WRAPCOUNT
,
VLC_TRUE
)
)
+
wxT
(
"
\n\n
"
)
+
#else
#else
...
...
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