Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
adca92c8
Commit
adca92c8
authored
Jul 01, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/wxwindows/interface.cpp: Display the VLC version in the about
dialog (Fixes: #946).
parent
1122ff8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/wxwindows/interface.cpp
modules/gui/wxwindows/interface.cpp
+2
-2
No files found.
modules/gui/wxwindows/interface.cpp
View file @
adca92c8
...
...
@@ -2,7 +2,7 @@
* interface.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: interface.cpp,v 1.4
2 2003/06/28 13:04:52
sam Exp $
* $Id: interface.cpp,v 1.4
3 2003/07/01 13:12:19
sam Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
@@ -588,7 +588,7 @@ void Interface::OnExit( wxCommandEvent& WXUNUSED(event) )
void
Interface
::
OnAbout
(
wxCommandEvent
&
WXUNUSED
(
event
)
)
{
wxString
msg
;
msg
.
Printf
(
wxString
(
wxT
(
"VLC media player
"
))
+
msg
.
Printf
(
wxString
(
wxT
(
"VLC media player
"
VERSION
))
+
wxU
(
_
(
" (wxWindows interface)
\n\n
"
))
+
wxU
(
_
(
"(C) 1996-2003 - the VideoLAN Team
\n\n
"
))
+
wxU
(
_
(
"The VideoLAN team <videolan@videolan.org>
\n
"
...
...
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