[gnome-subtitles] Cleanup



commit 167d40d5f480d4691178478327d82cc8661b3e05
Author: Pedro Castro <mail pedrocastro org>
Date:   Sun Jun 12 23:24:22 2011 +0100

    Cleanup

 m4/intltool.m4                                     |    2 +-
 .../Core/Command/ChangeTimingCommand.cs            |    2 +-
 .../Core/Command/DeleteSubtitlesCommand.cs         |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/m4/intltool.m4 b/m4/intltool.m4
index 839e855..122d773 100644
--- a/m4/intltool.m4
+++ b/m4/intltool.m4
@@ -172,7 +172,7 @@ IT_PO_SUBDIR([po])
 AC_DEFUN([IT_PO_SUBDIR],
 [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
 dnl
-dnl The following CONFIG_COMMANDS should be executed at the very end
+dnl The following CONFIG_COMMANDS should be exetuted at the very end
 dnl of config.status.
 AC_CONFIG_COMMANDS_PRE([
   AC_CONFIG_COMMANDS([$1/stamp-it], [
diff --git a/src/GnomeSubtitles/Core/Command/ChangeTimingCommand.cs b/src/GnomeSubtitles/Core/Command/ChangeTimingCommand.cs
index 2e4d7ee..c914d88 100644
--- a/src/GnomeSubtitles/Core/Command/ChangeTimingCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/ChangeTimingCommand.cs
@@ -26,7 +26,7 @@ namespace GnomeSubtitles.Core.Command {
 public abstract class ChangeTimingCommand : FixedSingleSelectionCommand {
 	private TimeSpan storedTime;
 	private int storedFrames = -1;
-	private bool seekAfterChange = false; //FIXME put this in upper classes
+	private bool seekAfterChange = false; //TODO put this in upper classes
 	
 	/* Protected variables */
 	protected Subtitle subtitle = null;
diff --git a/src/GnomeSubtitles/Core/Command/DeleteSubtitlesCommand.cs b/src/GnomeSubtitles/Core/Command/DeleteSubtitlesCommand.cs
index a6b2d23..ce7a82e 100644
--- a/src/GnomeSubtitles/Core/Command/DeleteSubtitlesCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/DeleteSubtitlesCommand.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2009 Pedro Castro
+ * Copyright (C) 2006-2009,2011 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ public class DeleteSubtitlesCommand : MultipleSelectionCommand {
 	private Subtitle[] subtitles = null;
 	
 	public DeleteSubtitlesCommand () : base(description, false, SelectionIntended.Simple, null) {
-		StoreSubtitles(); //FIXME move to Execute
+		StoreSubtitles(); //TODO move to Execute
 	}
 
 	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]