From 0157f1d448dd4a68a8fddd14da66e1dd9f8fb6d6 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 18 Jun 2014 15:11:21 +0400 Subject: [PATCH] gui/network_service.cpp: change djmount charset option to UTF-8 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/ba754ba61af504447b1b1f1ee8106c7b3c0f4fca Author: [CST] Focus Date: 2014-06-18 (Wed, 18 Jun 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/network_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/network_service.cpp b/src/gui/network_service.cpp index 2fa4c2c79..9ae2ec059 100644 --- a/src/gui/network_service.cpp +++ b/src/gui/network_service.cpp @@ -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 }, };