From 580e7df07b455ff08242db47f46aec6c654d8237 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 16 Mar 2011 21:59:46 -0500 Subject: [PATCH] small comment changes --- src/ScreenEdit.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index 8746e79e24..fa0199fa7d 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -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: @@ -2837,7 +2837,7 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM ) } else if( SM == SM_SaveFailed ) // save failed; stay in the editor { - /* We committed the steps to SongManager. Revert to the last save, and + /* We committed the steps to SongManager. Revert to the last save, and * recommit the reversion to SongManager. */ LOG->Trace( "Save failed. Changes uncommitted from memory." ); CopyFromLastSave(); @@ -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 { public: