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
5db22541
Commit
5db22541
authored
Mar 21, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Two description strings corrected
parent
25391c02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/control/telnet.c
modules/control/telnet.c
+1
-1
modules/misc/screensaver.c
modules/misc/screensaver.c
+2
-2
No files found.
modules/control/telnet.c
View file @
5db22541
...
...
@@ -102,7 +102,7 @@ vlc_module_begin();
add_integer
(
"telnet-port"
,
4212
,
NULL
,
TELNETPORT_TEXT
,
TELNETPORT_LONGTEXT
,
VLC_TRUE
);
add_string
(
"telnet-password"
,
"admin"
,
NULL
,
TELNETPWD_TEXT
,
TELNETPWD_LONGTEXT
,
VLC_TRUE
);
set_description
(
_
(
"
t
elnet remote control interface"
)
);
set_description
(
_
(
"
T
elnet remote control interface"
)
);
add_category_hint
(
N_
(
"VLM"
),
NULL
,
VLC_FALSE
);
set_capability
(
"interface"
,
0
);
set_callbacks
(
Open
,
Close
);
...
...
modules/misc/screensaver.c
View file @
5db22541
...
...
@@ -2,7 +2,7 @@
* screensaver.c : disable screen savers when VLC is playing
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id
: screensaver.c,v 1.3 2003/06/19 13:08:57 sam Exp
$
* $Id$
*
* Authors: Sam Hocevar <sam@zoy.org>
*
...
...
@@ -41,7 +41,7 @@ static void Run ( intf_thread_t *p_intf );
* Module descriptor
*****************************************************************************/
vlc_module_begin
();
set_description
(
_
(
"
screensaver disabling help
er"
)
);
set_description
(
_
(
"
X Screensaver disabl
er"
)
);
set_capability
(
"interface"
,
0
);
set_callbacks
(
Activate
,
NULL
);
vlc_module_end
();
...
...
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