gui/network_service.cpp: change djmount charset option to UTF-8

Origin commit data
------------------
Commit: ba754ba61a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-06-18 (Wed, 18 Jun 2014)
This commit is contained in:
[CST] Focus
2014-06-18 15:11:21 +04:00
parent b8167f49bd
commit bdecef2e88

View File

@@ -55,7 +55,7 @@ static struct network_service services[SERVICE_COUNT] =
{
{ "FTP", "vsftpd", "", LOCALE_MENU_HINT_NET_FTPD, "", 0 },
{ "Telnet", "telnetd", "-l/bin/login", LOCALE_MENU_HINT_NET_TELNET, "", 0 },
{ "DjMount", "djmount", "-o iocharset=utf8 /media/00upnp/", LOCALE_MENU_HINT_NET_DJMOUNT, "", 0 },
{ "DjMount", "djmount", "-o iocharset=UTF-8 /media/00upnp/", LOCALE_MENU_HINT_NET_DJMOUNT, "", 0 },
{ "uShare", "ushare", "-D -n `cat /etc/hostname`", LOCALE_MENU_HINT_NET_USHARE, "", 0 },
{ "xupnpd", "xupnpd", "", LOCALE_MENU_HINT_NET_XUPNPD, "", 0 },
};