gnome-subtitles r991 - trunk/src/GnomeSubtitles/Commands
- From: pcastro svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-subtitles r991 - trunk/src/GnomeSubtitles/Commands
- Date: Sat, 7 Jun 2008 21:20:13 +0000 (UTC)
Author: pcastro
Date: Sat Jun 7 21:20:13 2008
New Revision: 991
URL: http://svn.gnome.org/viewvc/gnome-subtitles?rev=991&view=rev
Log:
Increased undo limit.
Modified:
trunk/src/GnomeSubtitles/Commands/CommandManager.cs
Modified: trunk/src/GnomeSubtitles/Commands/CommandManager.cs
==============================================================================
--- trunk/src/GnomeSubtitles/Commands/CommandManager.cs (original)
+++ trunk/src/GnomeSubtitles/Commands/CommandManager.cs Sat Jun 7 21:20:13 2008
@@ -1,6 +1,6 @@
/*
* This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2007 Pedro Castro
+ * Copyright (C) 2006-2008 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
@@ -23,7 +23,7 @@
namespace GnomeSubtitles {
public class CommandManager {
- private int limit = 25;
+ private int limit = 40;
private Command[] commands = null;
private int undoCount = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]