summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/set_icon_request.cc
diff options
context:
space:
mode:
authorJustin Dickow <jjdickow@gmail.com>2014-10-27 16:59:35 -0400
committerJustin Dickow <jjdickow@gmail.com>2014-10-27 16:59:35 -0400
commit1ad35342dfe2f92bc1deb734de504177596fc8d6 (patch)
treeb655799ef580fae979e1e66bf3b82dfdd3d42f45 /src/components/application_manager/src/commands/mobile/set_icon_request.cc
parent9da0cfe821c3c9252a543e1e4a344867de9dceee (diff)
downloadsdl_core-1ad35342dfe2f92bc1deb734de504177596fc8d6.tar.gz
3.10.1
Signed-off-by: Justin Dickow <jjdickow@gmail.com>
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/set_icon_request.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/set_icon_request.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/mobile/set_icon_request.cc b/src/components/application_manager/src/commands/mobile/set_icon_request.cc
index 4b78833057..4b06730752 100644
--- a/src/components/application_manager/src/commands/mobile/set_icon_request.cc
+++ b/src/components/application_manager/src/commands/mobile/set_icon_request.cc
@@ -84,7 +84,7 @@ void SetIconRequest::Run() {
msg_params[strings::sync_file_name] = smart_objects::SmartObject(
smart_objects::SmartType_Map);
-// Requires unchanged path value without encoded special characters
+// Panasonic requres unchanged path value without encoded special characters
const std::string full_file_path_for_hmi = file_system::ConvertPathForURL(
full_file_path);