From 0b52696fe11a2950e7daed4fef80dda36d93647b Mon Sep 17 00:00:00 2001 From: Alexey Sedunov Date: Mon, 8 Apr 2013 15:15:37 +0400 Subject: [PATCH] Fix intention description --- .../after.kt.template | 0 .../before.kt.template | 0 .../description.html | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename idea/resources/intentionDescriptions/{IfStatementToExpressionIntention => IfStatementWithAssignmentsToExpressionIntention}/after.kt.template (100%) rename idea/resources/intentionDescriptions/{IfStatementToExpressionIntention => IfStatementWithAssignmentsToExpressionIntention}/before.kt.template (100%) rename idea/resources/intentionDescriptions/{IfStatementToExpressionIntention => IfStatementWithAssignmentsToExpressionIntention}/description.html (100%) diff --git a/idea/resources/intentionDescriptions/IfStatementToExpressionIntention/after.kt.template b/idea/resources/intentionDescriptions/IfStatementWithAssignmentsToExpressionIntention/after.kt.template similarity index 100% rename from idea/resources/intentionDescriptions/IfStatementToExpressionIntention/after.kt.template rename to idea/resources/intentionDescriptions/IfStatementWithAssignmentsToExpressionIntention/after.kt.template diff --git a/idea/resources/intentionDescriptions/IfStatementToExpressionIntention/before.kt.template b/idea/resources/intentionDescriptions/IfStatementWithAssignmentsToExpressionIntention/before.kt.template similarity index 100% rename from idea/resources/intentionDescriptions/IfStatementToExpressionIntention/before.kt.template rename to idea/resources/intentionDescriptions/IfStatementWithAssignmentsToExpressionIntention/before.kt.template diff --git a/idea/resources/intentionDescriptions/IfStatementToExpressionIntention/description.html b/idea/resources/intentionDescriptions/IfStatementWithAssignmentsToExpressionIntention/description.html similarity index 100% rename from idea/resources/intentionDescriptions/IfStatementToExpressionIntention/description.html rename to idea/resources/intentionDescriptions/IfStatementWithAssignmentsToExpressionIntention/description.html