From fe51a3c1c4f4a41ccfff068f0664c991853b9d49 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Mon, 22 Apr 2013 09:39:32 +0900 Subject: [PATCH] fixed wrong link page Change-Id: I1c7d58a5b383dc11365acd12418b2f8feff53e44 --- inc/FShellIShortcutRequestListener.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/FShellIShortcutRequestListener.h b/inc/FShellIShortcutRequestListener.h index 5db83ad..7746fe6 100644 --- a/inc/FShellIShortcutRequestListener.h +++ b/inc/FShellIShortcutRequestListener.h @@ -87,7 +87,7 @@ public: * * @remarks If @c uriData is specified, application should be started by AppControl with http://tizen.org/appcontrol/operation/view operation, when it is launched from the Home application using a shortcut. * Or else application should be started by AppControl with default operation (http://tizen.org/appcontrol/operation/main). - * For more information on the AppControl class, see Application Controls, and Delivering Launch Arguments. + * For more information on the AppControl class, see Application Controls, and Delivering Launch Arguments. * @see ShortcutManager::AddShortcut() */ virtual void OnShortcutAddRequested(const Tizen::App::AppId& appId, const Tizen::Base::String& displayName, const Tizen::Base::String& iconFilePath, const Tizen::Base::String& uriData) = 0; -- 2.7.4