From 190645839f727e9edd3bde9aaff2ef965d5c6681 Mon Sep 17 00:00:00 2001 From: jensp Date: Sat, 9 Apr 2011 13:41:45 +0000 Subject: [PATCH] Kleinigkeiten git-svn-id: https://svn.libreccm.org/ccm/trunk@846 8810af33-2d31-482b-a856-94f89814c4df --- .../arsdigita/cms/contenttypes/ui/SciProjectPropertiesStep.java | 2 +- .../arsdigita/cms/contenttypes/ui/SciProjectPropertyForm.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ccm-sci-types-organization/src/com/arsdigita/cms/contenttypes/ui/SciProjectPropertiesStep.java b/ccm-sci-types-organization/src/com/arsdigita/cms/contenttypes/ui/SciProjectPropertiesStep.java index d17a09a04..3f3dd790b 100644 --- a/ccm-sci-types-organization/src/com/arsdigita/cms/contenttypes/ui/SciProjectPropertiesStep.java +++ b/ccm-sci-types-organization/src/com/arsdigita/cms/contenttypes/ui/SciProjectPropertiesStep.java @@ -94,7 +94,7 @@ public class SciProjectPropertiesStep sheet.add(SciOrganizationGlobalizationUtil.globalize( "sciorganization.ui.project.shortdesc"), SciProject.PROJECT_SHORT_DESCRIPTION); - + return sheet; } diff --git a/ccm-sci-types-organization/src/com/arsdigita/cms/contenttypes/ui/SciProjectPropertyForm.java b/ccm-sci-types-organization/src/com/arsdigita/cms/contenttypes/ui/SciProjectPropertyForm.java index 89ecfec5a..4778b93d3 100644 --- a/ccm-sci-types-organization/src/com/arsdigita/cms/contenttypes/ui/SciProjectPropertyForm.java +++ b/ccm-sci-types-organization/src/com/arsdigita/cms/contenttypes/ui/SciProjectPropertyForm.java @@ -88,6 +88,7 @@ public class SciProjectPropertyForm shortDesc.setCols(75); shortDesc.setRows(5); add(shortDesc); + } @Override