clarified comment

svn-id: r34311
This commit is contained in:
Max Horn 2008-09-03 17:06:24 +00:00
parent d3642080de
commit 18fb6348dd

View file

@ -181,7 +181,8 @@ public:
virtual int shouldRTL() const = 0; virtual int shouldRTL() const = 0;
/** /**
* We have returned to the launcher, and the _shouldRTL should be reset to false * Reset the "return to launcher" flag (as returned shouldRTL()) to false.
* Used when we have returned to the launcher.
*/ */
virtual void resetRTL() = 0; virtual void resetRTL() = 0;