Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
1cd30bd1
Commit
1cd30bd1
authored
Nov 30, 2007
by
Jean-Baptiste Kempf
Browse files
Yet another one from Philipp Weissenbacher.
parent
1fdc3f85
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/inhibit.c
View file @
1cd30bd1
...
...
@@ -58,7 +58,7 @@ struct intf_sys_t
* Module descriptor
*****************************************************************************/
vlc_module_begin
();
set_description
(
_
(
"Power Management Inhibit
e
r"
)
);
set_description
(
_
(
"Power Management Inhibit
o
r"
)
);
set_capability
(
"interface"
,
0
);
set_callbacks
(
Activate
,
Deactivate
);
vlc_module_end
();
...
...
Write
Preview
Supports
Markdown
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