Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
1c68fade
Commit
1c68fade
authored
Feb 17, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed the localization issue on MacOSX.
parent
320fadd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+3
-3
No files found.
src/misc/darwin_specific.m
View file @
1c68fade
...
...
@@ -2,7 +2,7 @@
* darwin_specific.m: Darwin specific features
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: darwin_specific.m,v 1.1
1 2003/02/17 17:06:19 massiot
Exp $
* $Id: darwin_specific.m,v 1.1
2 2003/02/17 23:47:29 hartman
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
@@ -38,7 +38,7 @@ static int FindLanguage( const char * psz_lang )
{
"German"
,
"de"
,
"British"
,
"en_GB"
,
"English"
,
"C
"
,
"English"
,
"en
"
,
"French"
,
"fr"
,
"Italian"
,
"it"
,
"Japanese"
,
"ja"
,
...
...
@@ -47,7 +47,7 @@ static int FindLanguage( const char * psz_lang )
"Polish"
,
"pl"
,
"Russian"
,
"ru"
,
"Swedish"
,
"sv"
,
NULL
NULL
};
for
(
ppsz_parser
=
ppsz_all
;
ppsz_parser
[
0
]
;
ppsz_parser
+=
2
)
...
...
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