From 75eb2365d2a0af593335ea24c472721b5334c8da Mon Sep 17 00:00:00 2001 From: quasi Date: Tue, 31 Jul 2012 05:43:04 +0000 Subject: [PATCH] =?UTF-8?q?Kommentare=20und=20einige=20Aufr=C3=A4umarbeite?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.libreccm.org/ccm/trunk@1792 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/src/com/arsdigita/bebop/SaveCancelSection.java | 1 + ccm-core/src/com/arsdigita/bebop/TabbedPane.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ccm-core/src/com/arsdigita/bebop/SaveCancelSection.java b/ccm-core/src/com/arsdigita/bebop/SaveCancelSection.java index e6904bef7..c98fc5c5e 100755 --- a/ccm-core/src/com/arsdigita/bebop/SaveCancelSection.java +++ b/ccm-core/src/com/arsdigita/bebop/SaveCancelSection.java @@ -29,6 +29,7 @@ import com.arsdigita.bebop.util.GlobalizationUtil; * the right. * * @author Stanislav Freidin + * @author Sören Bernstein (sbernstein@quasiweb.de) * @version $Id: SaveCancelSection.java 287 2005-02-22 00:29:02Z sskracic $ */ public class SaveCancelSection extends FormSection { diff --git a/ccm-core/src/com/arsdigita/bebop/TabbedPane.java b/ccm-core/src/com/arsdigita/bebop/TabbedPane.java index 4544b0a98..a4514603a 100755 --- a/ccm-core/src/com/arsdigita/bebop/TabbedPane.java +++ b/ccm-core/src/com/arsdigita/bebop/TabbedPane.java @@ -100,7 +100,7 @@ public class TabbedPane extends SimpleContainer { while (i.hasNext()) { Pane pane = (Pane) i.next(); p.setVisibleDefault(pane.getComponent(), pane == m_defaultPane); - } + } } /**