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
45ae1b75
Commit
45ae1b75
authored
Jun 09, 2008
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo (pointed by Bruno Queirós)
parent
a77080d5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
modules/misc/lua/configuration.c
modules/misc/lua/configuration.c
+1
-1
modules/misc/lua/intf.c
modules/misc/lua/intf.c
+1
-1
modules/misc/lua/variables.c
modules/misc/lua/variables.c
+1
-1
modules/misc/lua/vlc.c
modules/misc/lua/vlc.c
+2
-2
No files found.
modules/misc/lua/configuration.c
View file @
45ae1b75
/*****************************************************************************
* configuration.c: Generic lua<->vlc config inteface
* configuration.c: Generic lua<->vlc config inte
r
face
*****************************************************************************
* Copyright (C) 2007 the VideoLAN team
* $Id$
...
...
modules/misc/lua/intf.c
View file @
45ae1b75
/*****************************************************************************
* intf.c: Generic lua inteface functions
* intf.c: Generic lua inte
r
face functions
*****************************************************************************
* Copyright (C) 2007 the VideoLAN team
* $Id$
...
...
modules/misc/lua/variables.c
View file @
45ae1b75
/*****************************************************************************
* variables.c: Generic lua<->vlc variables inteface
* variables.c: Generic lua<->vlc variables inte
r
face
*****************************************************************************
* Copyright (C) 2007 the VideoLAN team
* $Id$
...
...
modules/misc/lua/vlc.c
View file @
45ae1b75
/*****************************************************************************
* vlc.c: Generic lua inteface functions
* vlc.c: Generic lua inte
r
face functions
*****************************************************************************
* Copyright (C) 2007 the VideoLAN team
* $Id$
...
...
@@ -52,7 +52,7 @@
#define INTF_TEXT N_("Lua interface")
#define INTF_LONGTEXT N_("Lua interface module to load")
#define CONFIG_TEXT N_("Lua inteface configuration")
#define CONFIG_TEXT N_("Lua inte
r
face configuration")
#define CONFIG_LONGTEXT N_("Lua interface configuration string. Format is: '[\"<interface module name>\"] = { <option> = <value>, ...}, ...'.")
vlc_module_begin
();
...
...
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