Skip to content

Commit

Permalink
updating version title
Browse files Browse the repository at this point in the history
Changing version of the seen in the header when opening the UI
  • Loading branch information
AdhocAdam committed Jul 10, 2019
1 parent 0cb641a commit c7a5dec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ From BaseManagedEntity

//Create a new "wizard" (also used for property dialogs as in this case), set the title bar, create the data, and add the pages
WizardStory wizard = new WizardStory();
wizard.WizardWindowTitle = "SMLets Exchange Connector Settings v2.0 Beta 1";
wizard.WizardWindowTitle = "SMLets Exchange Connector Settings v2.0 RC1";
WizardData data = new AdminSettingWizardData(emoAdminSetting);
wizard.WizardData = data;
wizard.AddLast(new WizardStep("General", typeof(GeneralSettingsForm), wizard.WizardData));
Expand Down

0 comments on commit c7a5dec

Please sign in to comment.