(incomplete and untested).
@ -5,6 +5,8 @@
0.5.0
Not released yet
* ./po/se.po : Swedish translation, courtesy of Joel Arvidsson
<dogai@privat.utfors.se> ;
* ./plugins/access/http.c: fixed a double free bug and a memory leak.
* MacOS X: added messages and playlist panel, dock menu, context menu
in video view and localization support.
@ -1328,7 +1328,7 @@ else
VLC_MAKE="gmake"
fi
ALL_LINGUAS="de en_GB fr ja no ru nl pl"
ALL_LINGUAS="de en_GB fr ja no ru nl pl se"
cat >> confdefs.h <<EOF
#define VLC_PACKAGE "${PACKAGE}"
@ -47,7 +47,7 @@ else
dnl Gettext stuff
AC_DEFINE_UNQUOTED(VLC_PACKAGE, "${PACKAGE}", [Package name])
AC_DEFINE_UNQUOTED(VLC_VERSION, "${VERSION}", [Package version])