Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/11 00:51:34 (13 years ago)
Author:
abeham
Message:

#567

  • Updated default value for year in license snippet
  • Updated new view wizard
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Templates/HeuristicLab.VS2010Wizards/ViewWizard.cs

    r4176 r5388  
    4949    public void RunStarted(object automationObject, Dictionary<string, string> replacementsDictionary, WizardRunKind runKind, object[] customParams) {
    5050      if (form.ShowDialog() == System.Windows.Forms.DialogResult.OK) {
    51         replacementsDictionary.Add("$baseClass$", form.BaseClass);
    52         replacementsDictionary.Add("$viewContentType$", form.ViewContentType);
    53         replacementsDictionary.Add("$isDefaultView$", form.IsDefaultView.ToString().ToLower());
     51        replacementsDictionary.Add("$viewName$", form.ViewName);
     52        replacementsDictionary.Add("$contentType$", form.ContentType);
     53        replacementsDictionary.Add("$defaultView$", form.IsDefault.ToString().ToLower());
    5454        shouldAddItem = true;
    5555      } else shouldAddItem = false;
Note: See TracChangeset for help on using the changeset viewer.