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
31f7c3ee
Commit
31f7c3ee
authored
Dec 03, 2003
by
Rocky Bernstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"File Info" renamed "Stream/Media Info"
parent
31c56597
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
11 deletions
+6
-11
modules/gui/wxwindows/fileinfo.cpp
modules/gui/wxwindows/fileinfo.cpp
+3
-8
modules/gui/wxwindows/interface.cpp
modules/gui/wxwindows/interface.cpp
+3
-3
No files found.
modules/gui/wxwindows/fileinfo.cpp
View file @
31f7c3ee
/*****************************************************************************
* fileinfo.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: fileinfo.cpp,v 1.
19 2003/09/21 18:07:51 gbazin
Exp $
* Copyright (C) 2000-2001
,2003
VideoLAN
* $Id: fileinfo.cpp,v 1.
20 2003/12/03 00:24:16 rocky
Exp $
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
...
...
@@ -24,11 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <stdlib.h>
/* malloc(), free() */
#include <errno.h>
/* ENOMEM */
#include <string.h>
/* strerror() */
#include <stdio.h>
#include <vlc/vlc.h>
#include <vlc/intf.h>
...
...
@@ -58,7 +53,7 @@ END_EVENT_TABLE()
* Constructor.
*****************************************************************************/
FileInfo
::
FileInfo
(
intf_thread_t
*
_p_intf
,
wxWindow
*
p_parent
)
:
wxFrame
(
p_parent
,
-
1
,
wxU
(
_
(
"
File
Info"
)),
wxDefaultPosition
,
wxFrame
(
p_parent
,
-
1
,
wxU
(
_
(
"
Stream and Media
Info"
)),
wxDefaultPosition
,
wxDefaultSize
,
wxDEFAULT_FRAME_STYLE
)
{
/* Initializations */
...
...
modules/gui/wxwindows/interface.cpp
View file @
31f7c3ee
/*****************************************************************************
* interface.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: interface.cpp,v 1.7
2 2003/11/29 13:39:43 gbazin
Exp $
* Copyright (C) 2000-2001
,2003
VideoLAN
* $Id: interface.cpp,v 1.7
3 2003/12/03 00:24:16 rocky
Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
@@ -341,7 +341,7 @@ void Interface::CreateOurMenuBar()
view_menu
->
Append
(
Playlist_Event
,
wxU
(
_
(
"&Playlist..."
)),
wxU
(
_
(
HELP_PLAYLIST
))
);
view_menu
->
Append
(
Logs_Event
,
wxU
(
_
(
"&Messages..."
)),
wxU
(
_
(
HELP_LOGS
))
);
view_menu
->
Append
(
FileInfo_Event
,
wxU
(
_
(
"&
File
info..."
)),
view_menu
->
Append
(
FileInfo_Event
,
wxU
(
_
(
"&
Stream and Media
info..."
)),
wxU
(
_
(
HELP_FILEINFO
))
);
/* Create the "Settings" menu */
...
...
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