diff --git a/src/gui/resizedialog.h b/src/gui/resizedialog.h index 986ac98..9fc04fd 100644 --- a/src/gui/resizedialog.h +++ b/src/gui/resizedialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008,2010 by Volker Lanz * + * Copyright (C) 2008,2010,2012 Volker Lanz * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -30,10 +30,6 @@ class Device; /** Let the user resize or move a Partition. - @todo The ResizeDialog does not yet have a "dirty bit". - It should get one and disable its OK button as long as nothing has been - modified, much like the PartPropsDialog already does. - @author Volker Lanz */ class ResizeDialog : public SizeDialogBase