From c7746530188ee42a4e25bb8eb1b656bd2c3aef00 Mon Sep 17 00:00:00 2001 From: natural-law Date: Fri, 29 Oct 2010 03:49:54 +0000 Subject: [PATCH] change the comment from Chinese to English. --- template/AppDelegate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/AppDelegate.cpp b/template/AppDelegate.cpp index 247a6ef912..acbfd70ef3 100644 --- a/template/AppDelegate.cpp +++ b/template/AppDelegate.cpp @@ -89,13 +89,13 @@ Boolean AppDelegate::EventHandler(EventType* pEvent) return (bHandled) ? TRUE : CCXApplication::EventHandler(pEvent); } -// 应用转入后台时的处理(有来电时此函数也会被调用) +// This function be called when the app unactived,(if coming a call,it's be called too) void AppDelegate::applicationDidEnterBackground() { CCDirector::getSharedDirector()->stopAnimation(); } -// 应用重新被激活的处理 +// This function be called when the app actived again void AppDelegate::applicationWillEnterForeground() { CCDirector::getSharedDirector()->startAnimation();