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
8b27f700
Commit
8b27f700
authored
Aug 02, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename wxWindows to wxWidgets (refs #80)
(keep backward compatible shortcuts, of course)
parent
b8a04a1a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
modules/gui/wxwindows/interface.cpp
modules/gui/wxwindows/interface.cpp
+2
-2
modules/gui/wxwindows/wxwindows.cpp
modules/gui/wxwindows/wxwindows.cpp
+5
-4
No files found.
modules/gui/wxwindows/interface.cpp
View file @
8b27f700
/*****************************************************************************
/*****************************************************************************
* interface.cpp : wxWi
ndow
s plugin for vlc
* interface.cpp : wxWi
dget
s plugin for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2000-2005 the VideoLAN team
* Copyright (C) 2000-2005 the VideoLAN team
* $Id$
* $Id$
...
@@ -861,7 +861,7 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) )
...
@@ -861,7 +861,7 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) )
{
{
wxString
msg
;
wxString
msg
;
msg
.
Printf
(
wxString
(
wxT
(
"VLC media player "
PACKAGE_VERSION
))
+
msg
.
Printf
(
wxString
(
wxT
(
"VLC media player "
PACKAGE_VERSION
))
+
wxU
(
_
(
" (wxWi
ndow
s interface)
\n\n
"
))
+
wxU
(
_
(
" (wxWi
dget
s interface)
\n\n
"
))
+
wxU
(
_
(
"(c) 1996-2005 - the VideoLAN Team
\n\n
"
))
+
wxU
(
_
(
"(c) 1996-2005 - the VideoLAN Team
\n\n
"
))
+
wxU
(
INTF_ABOUT_MSG
)
+
wxT
(
"
\n\n
"
)
+
wxU
(
INTF_ABOUT_MSG
)
+
wxT
(
"
\n\n
"
)
+
wxU
(
_
(
"The VideoLAN team <videolan@videolan.org>
\n
"
wxU
(
_
(
"The VideoLAN team <videolan@videolan.org>
\n
"
...
...
modules/gui/wxwindows/wxwindows.cpp
View file @
8b27f700
/*****************************************************************************
/*****************************************************************************
* wxwindows.cpp : wxWi
ndow
s plugin for vlc
* wxwindows.cpp : wxWi
dget
s plugin for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2000-2005 the VideoLAN team
* Copyright (C) 2000-2005 the VideoLAN team
* $Id$
* $Id$
...
@@ -108,8 +108,8 @@ vlc_module_begin();
...
@@ -108,8 +108,8 @@ vlc_module_begin();
#else
#else
int
i_score
=
getenv
(
"DISPLAY"
)
==
NULL
?
15
:
150
;
int
i_score
=
getenv
(
"DISPLAY"
)
==
NULL
?
15
:
150
;
#endif
#endif
set_shortname
(
(
char
*
)
"wxWi
ndow
s"
);
set_shortname
(
(
char
*
)
"wxWi
dget
s"
);
set_description
(
(
char
*
)
_
(
"wxWi
ndow
s interface module"
)
);
set_description
(
(
char
*
)
_
(
"wxWi
dget
s interface module"
)
);
set_category
(
CAT_INTERFACE
);
set_category
(
CAT_INTERFACE
);
set_subcategory
(
SUBCAT_INTERFACE_GENERAL
);
set_subcategory
(
SUBCAT_INTERFACE_GENERAL
);
set_capability
(
"interface"
,
i_score
);
set_capability
(
"interface"
,
i_score
);
...
@@ -117,6 +117,7 @@ vlc_module_begin();
...
@@ -117,6 +117,7 @@ vlc_module_begin();
add_shortcut
(
"wxwindows"
);
add_shortcut
(
"wxwindows"
);
add_shortcut
(
"wxwin"
);
add_shortcut
(
"wxwin"
);
add_shortcut
(
"wx"
);
add_shortcut
(
"wx"
);
add_shortcut
(
"wxwidgets"
);
set_program
(
"wxvlc"
);
set_program
(
"wxvlc"
);
add_bool
(
"wxwin-embed"
,
1
,
NULL
,
add_bool
(
"wxwin-embed"
,
1
,
NULL
,
...
@@ -138,7 +139,7 @@ vlc_module_begin();
...
@@ -138,7 +139,7 @@ vlc_module_begin();
change_autosave
();
change_autosave
();
add_submodule
();
add_submodule
();
set_description
(
_
(
"wxWi
ndow
s dialogs provider"
)
);
set_description
(
_
(
"wxWi
dget
s dialogs provider"
)
);
set_capability
(
"dialogs provider"
,
50
);
set_capability
(
"dialogs provider"
,
50
);
set_callbacks
(
OpenDialogs
,
Close
);
set_callbacks
(
OpenDialogs
,
Close
);
...
...
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