From ac310d30b02c7226834fc97a90394420e37a2c90 Mon Sep 17 00:00:00 2001 From: Young Ik Cho Date: Thu, 30 May 2013 10:54:57 +0900 Subject: [PATCH] task manager -> task switcher Change-Id: Ie9fa793dce2824eb08b1a85cba609e3156a18fcf Signed-off-by: Young Ik Cho --- inc/FAppApp.h | 2 +- inc/FAppUiApp.h | 2 +- src/app/FApp_AppControlEventArg.h | 0 src/app/FApp_AppManagerImpl.cpp | 0 src/app/FApp_MapDataControlImpl.cpp | 0 src/app/FApp_MapDataControlImpl.h | 0 src/app/FApp_SqlDataControlImpl.cpp | 0 src/app/FApp_SqlDataControlImpl.h | 0 src/app/inc/FApp_AppControlImpl.h | 0 src/app/inc/FApp_AppControlResponseEvent.h | 0 src/app/inc/FApp_IAppControlResponseEventListener.h | 0 11 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 src/app/FApp_AppControlEventArg.h mode change 100755 => 100644 src/app/FApp_AppManagerImpl.cpp mode change 100755 => 100644 src/app/FApp_MapDataControlImpl.cpp mode change 100755 => 100644 src/app/FApp_MapDataControlImpl.h mode change 100755 => 100644 src/app/FApp_SqlDataControlImpl.cpp mode change 100755 => 100644 src/app/FApp_SqlDataControlImpl.h mode change 100755 => 100644 src/app/inc/FApp_AppControlImpl.h mode change 100755 => 100644 src/app/inc/FApp_AppControlResponseEvent.h mode change 100755 => 100644 src/app/inc/FApp_IAppControlResponseEventListener.h diff --git a/inc/FAppApp.h b/inc/FAppApp.h index 7c3495a..a0cdb75 100644 --- a/inc/FAppApp.h +++ b/inc/FAppApp.h @@ -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 * diff --git a/inc/FAppUiApp.h b/inc/FAppUiApp.h index a490b49..35af9a3 100644 --- a/inc/FAppUiApp.h +++ b/inc/FAppUiApp.h @@ -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 diff --git a/src/app/FApp_AppControlEventArg.h b/src/app/FApp_AppControlEventArg.h old mode 100755 new mode 100644 diff --git a/src/app/FApp_AppManagerImpl.cpp b/src/app/FApp_AppManagerImpl.cpp old mode 100755 new mode 100644 diff --git a/src/app/FApp_MapDataControlImpl.cpp b/src/app/FApp_MapDataControlImpl.cpp old mode 100755 new mode 100644 diff --git a/src/app/FApp_MapDataControlImpl.h b/src/app/FApp_MapDataControlImpl.h old mode 100755 new mode 100644 diff --git a/src/app/FApp_SqlDataControlImpl.cpp b/src/app/FApp_SqlDataControlImpl.cpp old mode 100755 new mode 100644 diff --git a/src/app/FApp_SqlDataControlImpl.h b/src/app/FApp_SqlDataControlImpl.h old mode 100755 new mode 100644 diff --git a/src/app/inc/FApp_AppControlImpl.h b/src/app/inc/FApp_AppControlImpl.h old mode 100755 new mode 100644 diff --git a/src/app/inc/FApp_AppControlResponseEvent.h b/src/app/inc/FApp_AppControlResponseEvent.h old mode 100755 new mode 100644 diff --git a/src/app/inc/FApp_IAppControlResponseEventListener.h b/src/app/inc/FApp_IAppControlResponseEventListener.h old mode 100755 new mode 100644 -- 2.7.4