From b957b888acf940658664add27ae8263196ba143a Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Wed, 21 Mar 2012 15:52:27 +0100 Subject: [PATCH] File type renamed --- compiler/frontend/src/org/jetbrains/jet/plugin/JetFileType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/frontend/src/org/jetbrains/jet/plugin/JetFileType.java b/compiler/frontend/src/org/jetbrains/jet/plugin/JetFileType.java index 7688e3de785..a87a177843f 100644 --- a/compiler/frontend/src/org/jetbrains/jet/plugin/JetFileType.java +++ b/compiler/frontend/src/org/jetbrains/jet/plugin/JetFileType.java @@ -42,7 +42,7 @@ public class JetFileType extends LanguageFileType { @NotNull public String getName() { - return "jet"; + return "Kotlin"; } @NotNull