Missed a minor but important change!

svn path=/trunk/aspeditor/; revision=62627
This commit is contained in:
Michael Hutchinson 2006-07-15 00:15:29 +00:00
Родитель 313c878dd6
Коммит d601e0f5ea
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -42,7 +42,7 @@ namespace AspNetEdit.Editor.UI
{
public class RootDesignerView : Gecko.WebControl
{
private const string geckoChrome = "chrome://aspdesigner/content/editor.xul";
private const string geckoChrome = "chrome://aspdesigner/content/";
private CommandManager comm;
private DesignerHost host;
private IComponentChangeService changeService;