task manager -> task switcher
authorYoung Ik Cho <youngik.cho@samsung.com>
Thu, 30 May 2013 01:54:57 +0000 (10:54 +0900)
committerYoung Ik Cho <youngik.cho@samsung.com>
Thu, 30 May 2013 01:54:57 +0000 (10:54 +0900)
Change-Id: Ie9fa793dce2824eb08b1a85cba609e3156a18fcf
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
inc/FAppApp.h
inc/FAppUiApp.h
src/app/FApp_AppControlEventArg.h [changed mode: 0755->0644]
src/app/FApp_AppManagerImpl.cpp [changed mode: 0755->0644]
src/app/FApp_MapDataControlImpl.cpp [changed mode: 0755->0644]
src/app/FApp_MapDataControlImpl.h [changed mode: 0755->0644]
src/app/FApp_SqlDataControlImpl.cpp [changed mode: 0755->0644]
src/app/FApp_SqlDataControlImpl.h [changed mode: 0755->0644]
src/app/inc/FApp_AppControlImpl.h [changed mode: 0755->0644]
src/app/inc/FApp_AppControlResponseEvent.h [changed mode: 0755->0644]
src/app/inc/FApp_IAppControlResponseEventListener.h [changed mode: 0755->0644]

index 7c3495a..a0cdb75 100644 (file)
@@ -143,7 +143,7 @@ public:
        /**
         * Gets the display name of the application. @n
         * If the system language setting is changed, the %GetAppDisplayName() method returns the localized application name.
-        * The display name is displayed in applications like Launcher, Setting, Task Manager, and so on.
+        * The display name is displayed in applications like Launcher, Setting, Task Switcher, and so on.
         *
         * @since       2.0
         *
index a490b49..35af9a3 100644 (file)
@@ -163,7 +163,7 @@ public:
         * User interaction is enabled when the UI application moves to the foreground. @n
         * A UI application moves to the foreground when:
         *
-        * - A UI application is selected from the Task Manager.
+        * - A UI application is selected from the Task Switcher.
         * - A UI application icon in the Launcher application is pressed when it is running in the background.
         * - A UI application is to be launched while it is running in the background.
         * - A system pop-up, such as an incoming call, notification (for example, SMS), or a low battery warning
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)