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
03cb690b
Commit
03cb690b
authored
Mar 05, 2006
by
Rémi Denis-Courmont
Browse files
Don't call textdomain - it is not only useless but harmful (refs #581)
parent
5397b8f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc.c
View file @
03cb690b
...
...
@@ -2024,7 +2024,6 @@ static void SetLanguage ( char const *psz_lang )
}
/* Set the default domain */
textdomain
(
PACKAGE_NAME
);
bind_textdomain_codeset
(
PACKAGE_NAME
,
"UTF-8"
);
#endif
}
...
...
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