From: Minkyoung Kang Date: Tue, 9 Apr 2013 05:10:43 +0000 (+0900) Subject: fixed wrong link page X-Git-Tag: accepted/tizen_2.1/20130425.034720~32^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70b74625024a53f72c8b6f34cc09b76b849b6f92;p=platform%2Fframework%2Fnative%2Fshell.git fixed wrong link page Change-Id: I96aa46463ed544ab191bbb3de0c19af6a1a874dd --- diff --git a/inc/FShellIShortcutRequestListener.h b/inc/FShellIShortcutRequestListener.h index 2cc5d28..a09fe2e 100644 --- a/inc/FShellIShortcutRequestListener.h +++ b/inc/FShellIShortcutRequestListener.h @@ -86,7 +86,7 @@ public: * * @remarks If uriData is specified, application should be started by AppControl with http://tizen.org/appcontrol/operation/view operation, when it's launched from the Home application via shortcut. * Or else application should be started by AppControl with default opertaion (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. */ virtual void OnShortcutAddRequested(const Tizen::App::AppId& appId, const Tizen::Base::String& displayName, const Tizen::Base::String& iconFilePath, const Tizen::Base::String& uriData) = 0;