diff options
Diffstat (limited to 'src/com/vaadin/ui/CustomLayout.java')
-rw-r--r-- | src/com/vaadin/ui/CustomLayout.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/ui/CustomLayout.java b/src/com/vaadin/ui/CustomLayout.java index 6ec7986a29..3b923e5d08 100644 --- a/src/com/vaadin/ui/CustomLayout.java +++ b/src/com/vaadin/ui/CustomLayout.java @@ -269,7 +269,7 @@ public class CustomLayout extends AbstractLayout { * Set the name of the template used to draw custom layout. * * With GWT-adapter, the template with name 'templatename' is loaded from - * ITMILL/themes/themename/layouts/templatename.html. If the theme has not + * VAADIN/themes/themename/layouts/templatename.html. If the theme has not * been set (with Application.setTheme()), themename is 'default'. * * @param templateName |