Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
67562c1a
Commit
67562c1a
authored
Apr 23, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/wxwindows/wxwindows.cpp: --wxwin-embed is now the default.
parent
54b43fae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/gui/wxwindows/wxwindows.cpp
modules/gui/wxwindows/wxwindows.cpp
+3
-3
No files found.
modules/gui/wxwindows/wxwindows.cpp
View file @
67562c1a
...
@@ -81,8 +81,8 @@ private:
...
@@ -81,8 +81,8 @@ private:
* Module descriptor
* Module descriptor
*****************************************************************************/
*****************************************************************************/
#define EMBED_TEXT N_("Embed video in interface")
#define EMBED_TEXT N_("Embed video in interface")
#define EMBED_LONGTEXT N_("Embed the video
window inside the interface. The "
\
#define EMBED_LONGTEXT N_("Embed the video
inside the interface instead "
\
"
default behaviour is to have video windows separate from the interface
.")
"
of having it in a separate window
.")
#define BOOKMARKS_TEXT N_("Show bookmarks dialog")
#define BOOKMARKS_TEXT N_("Show bookmarks dialog")
#define BOOKMARKS_LONGTEXT N_("Show bookmarks dialog when the interface " \
#define BOOKMARKS_LONGTEXT N_("Show bookmarks dialog when the interface " \
"starts.")
"starts.")
...
@@ -101,7 +101,7 @@ vlc_module_begin();
...
@@ -101,7 +101,7 @@ vlc_module_begin();
add_shortcut
(
"wx"
);
add_shortcut
(
"wx"
);
set_program
(
"wxvlc"
);
set_program
(
"wxvlc"
);
add_bool
(
"wxwin-embed"
,
0
,
NULL
,
add_bool
(
"wxwin-embed"
,
1
,
NULL
,
EMBED_TEXT
,
EMBED_LONGTEXT
,
VLC_FALSE
);
EMBED_TEXT
,
EMBED_LONGTEXT
,
VLC_FALSE
);
add_bool
(
"wxwin-bookmarks"
,
0
,
NULL
,
add_bool
(
"wxwin-bookmarks"
,
0
,
NULL
,
BOOKMARKS_TEXT
,
BOOKMARKS_LONGTEXT
,
VLC_FALSE
);
BOOKMARKS_TEXT
,
BOOKMARKS_LONGTEXT
,
VLC_FALSE
);
...
...
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