[Ktutorial-commits] SF.net SVN: ktutorial:[174] trunk/ktutorial/ktutorial-editor/src/view/ WaitForW
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2010-03-21 16:08:46
|
Revision: 174 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=174&view=rev Author: danxuliu Date: 2010-03-21 16:08:40 +0000 (Sun, 21 Mar 2010) Log Message: ----------- Fix typo Modified Paths: -------------- trunk/ktutorial/ktutorial-editor/src/view/WaitForWidget.cpp Modified: trunk/ktutorial/ktutorial-editor/src/view/WaitForWidget.cpp =================================================================== --- trunk/ktutorial/ktutorial-editor/src/view/WaitForWidget.cpp 2010-03-21 03:12:26 UTC (rev 173) +++ trunk/ktutorial/ktutorial-editor/src/view/WaitForWidget.cpp 2010-03-21 16:08:40 UTC (rev 174) @@ -255,7 +255,7 @@ //When the WaitFor is removed, mCurrentWaitFor changes because the //selected item in the tree view changes. The WaitFor to be removed must - //be stord to properly delete it. + //be stored to properly delete it. WaitFor* waitForToRemove = mCurrentWaitFor; waitForComposed->removeWaitFor(waitForToRemove); delete waitForToRemove; @@ -268,7 +268,7 @@ //When the WaitFor is removed, mCurrentWaitFor changes because the //selected item in the tree view changes. The WaitFor to be removed must - //be stord to properly delete it. + //be stored to properly delete it. WaitFor* waitForToRemove = mCurrentWaitFor; waitForNot->setNegatedWaitFor(0); delete waitForToRemove; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |