small comment changes

This commit is contained in:
AJ Kelly
2011-03-16 21:59:46 -05:00
parent 09344da5cf
commit 580e7df07b
+2 -2
View File
@@ -2816,7 +2816,7 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM )
HandleMainMenuChoice( ScreenEdit::save_on_exit );
return;
case ANSWER_NO:
/* Don't save; just exit. */
// Don't save; just exit.
SCREENMAN->SendMessageToTopScreen( SM_DoExit );
return;
case ANSWER_CANCEL:
@@ -4128,7 +4128,7 @@ void ScreenEdit::DoHelp()
// lua start
#include "LuaBinding.h"
/** @brief Allow Lua to have access to the ScreenEdit. */
/** @brief Allow Lua to have access to ScreenEdit. */
class LunaScreenEdit: public Luna<ScreenEdit>
{
public: