Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
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