Kleinigkeiten

git-svn-id: https://svn.libreccm.org/ccm/trunk@846 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2011-04-09 13:41:45 +00:00
parent 1a45df3f7f
commit 190645839f
2 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class SciProjectPropertiesStep
sheet.add(SciOrganizationGlobalizationUtil.globalize( sheet.add(SciOrganizationGlobalizationUtil.globalize(
"sciorganization.ui.project.shortdesc"), "sciorganization.ui.project.shortdesc"),
SciProject.PROJECT_SHORT_DESCRIPTION); SciProject.PROJECT_SHORT_DESCRIPTION);
return sheet; return sheet;
} }

View File

@ -88,6 +88,7 @@ public class SciProjectPropertyForm
shortDesc.setCols(75); shortDesc.setCols(75);
shortDesc.setRows(5); shortDesc.setRows(5);
add(shortDesc); add(shortDesc);
} }
@Override @Override