The LayerHintHandler is indeed a Handler (was left in Drivers)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2011-03-23 14:07:44 -07:00
parent 03cc6be3bd
commit 1f4248fe6a
2 changed files with 1 additions and 1 deletions

View File

@@ -51,7 +51,7 @@
<Compile Include="Commands\WidgetCommands.cs" /> <Compile Include="Commands\WidgetCommands.cs" />
<Compile Include="Controllers\AdminController.cs" /> <Compile Include="Controllers\AdminController.cs" />
<Compile Include="Drivers\LayerPartDriver.cs" /> <Compile Include="Drivers\LayerPartDriver.cs" />
<Compile Include="Drivers\LayerHintHandler.cs" /> <Compile Include="Handlers\LayerHintHandler.cs" />
<Compile Include="Drivers\WidgetPartDriver.cs" /> <Compile Include="Drivers\WidgetPartDriver.cs" />
<Compile Include="Migrations.cs" /> <Compile Include="Migrations.cs" />
<Compile Include="Handlers\LayerPartHandler.cs" /> <Compile Include="Handlers\LayerPartHandler.cs" />