Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
17f4d010
Commit
17f4d010
authored
Jan 31, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./src/libvlc.c: strings in the main module are now translated (fixes: #92).
parent
61411b1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/libvlc.c
src/libvlc.c
+6
-1
No files found.
src/libvlc.c
View file @
17f4d010
...
...
@@ -2,7 +2,7 @@
* libvlc.c: main libvlc source
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* $Id: libvlc.c,v 1.
59 2003/01/27 17:41:01 ipkiss
Exp $
* $Id: libvlc.c,v 1.
60 2003/01/31 13:52:26 sam
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -167,6 +167,11 @@ int VLC_Create( void )
msg_Dbg
(
&
libvlc
,
COPYRIGHT_MESSAGE
);
msg_Dbg
(
&
libvlc
,
"libvlc was configured with %s"
,
CONFIGURE_LINE
);
/* Set language now, otherwise the main module's strings will not
* be translated. FIXME: this is a hack, the correct way is to have
* SetLanguage dynamically retranslate all module strings. */
SetLanguage
(
""
);
/* Initialize the module bank and load the configuration of the
* main module. We need to do this at this stage to be able to display
* a short help if required by the user. (short help == main module
...
...
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